* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sourav_main_div {
    width: 100%;
    height: auto;
}


.school_evnt_man {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_evnt {
    font-size: var(--font-size1);
    width: auto;
    height: auto;
    border-bottom: 2px solid var(--color1);
    color: var(--color44);
    font-size: 32px;
}


.evnt_imges {
    width: 100%;
    /* max-width: 1300px;  */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;

}

.evnt_imges_one {
    position: relative;
    display: flex;

}

.skew-border-large {
    border: 4px solid var(--color1);
    width: 35px;
    height: 437px;
    transform: skewY(13deg);
    transition: .5s all ease;
    position: absolute;
    left: 2px;
    top: 25px;
    z-index: -1;
}

.div_one {

    height: 400px;
    margin-left: 14px;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color44);
    padding: 0px 10px;
}

.div_one:hover {
    background: var(--color1);
    transition: 1s;
    cursor: pointer;


}

.chait_one {
    width: 400px;
    height: 369px;
}

.four_pluse_tatha {
    display: flex;
}



.event-card-small {

    /* width: 350px; */
    margin: 50px 0;
    display: flex;
    position: relative;
}


.evnt_imges_two .event-card-small {
    margin-left: 50px;
    margin-right: 50px;
}


.skew-border-small {

    border: 4px solid var(--color1);
    width: 35px;
    height: 201px;
    transform: skewY(13deg);
    transition: .5s all ease;
    position: absolute;
    top: -15px;
    left: -38px;
    z-index: -1;
}

.event-content {

    /* width: 350px; */
    padding: 0px 10px;
    height: 173px;
    margin-left: -27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color44);
}

.event-content:hover {
    background: var(--color1);
    transition: 1s;
    cursor: pointer;
}

.img-small {

    width: 250px;
    height: 147px;
}
@media (max-width:1920px) {
    .four_pluse_tatha {
        display: flex;
        width: 60%;
        justify-content: space-evenly;
    }
}
@media (max-width:1497px) {
    .four_pluse_tatha {
        display: flex;
        width: 60%;
        justify-content: space-evenly;
    }
}

@media (max-width:1392px) {
    .four_pluse_tatha {
        display: flex;
        width: 55%;
        justify-content: space-evenly;
    }
}

@media (max-width:1387px) {
    .four_pluse_tatha {
        display: flex;
        width: auto;
    }
}

@media (max-width:1200px) {
    .chait_one {
        width: 380px;
    }

    .evnt_imges_one {
        margin: auto;
    }

    .four_pluse_tatha {
        width: 70%;
        margin: auto;
    }
}

@media (max-width:1196px) {
    .chait_one {
        width: 296px;

    }

}

@media (max-width:991px) {
    .evnt_imges {

        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;


    }
.four_pluse_tatha {
        width: 100%;
    }
    .chait_one {
        width: 100%;

    }

}

@media (max-width:835px) {
    .four_pluse_tatha {
        display: grid;
        width: 100%;
    }

    .evnt_imges_two .event-card-small {
        margin-left: 0px;
        margin-right: 0px;
    }

    .event-content {
        height: auto;
        padding: 10px 10px;
    }

    .skew-border-small {
        height: 250px;
        left: -44px;
    }

    .img-small {
        width: 330px;
        height: 200px;
    }
}

@media(max-width:419px) {
    .four_pluse_tatha {
        width: 100%;
    }

    .event-content {
        margin-left: 0;
        margin: auto;
    }

    .skew-border-small {
        height: 250px;
        left: 28px;
    }

    .img-small {
        width: 100%;
        height: 200px;
    }
}

@media(max-width:413px) {
    .four_pluse_tatha {
        width: 75%;
    }

    .skew-border-small {
        height: 250px;
        left: -18px;
    }
}