@media (min-width: 150px) {

    .shreya-event-section-main-container {

        height: auto;

    }



    .shreya-event-section-sub-container {

        flex-wrap: wrap;

        display: block;

        width: 95%;

        justify-content: center;

    }



    .shreya-event-section-sub-container .shreya-event-main-card{

    /* position: relative; */

    background-color: #fff;

    transition: all 0.5s;

    padding: 20px;

    /* transform: skewY(-5deg); */

    margin: 30px 0 20px;

    width: 100%;

    height: 450px;

}

.shreya-event-card-info .shreya-event-card-meta ul li{

    display: inline-block;

    position: relative;

    font-size: 14px;

    margin-right: -8px;

    /* padding-right: 15px; */

    /* color: rgb(117, 127, 149); */

    color: #ef8f26;

   font-family: "Poppins", sans-serif;



}

.shreya-event-card-info .shreya-event-card-title-para{

    margin-bottom: 8px;

    font-family: 'Nunito', sans-serif;

    color: #222;

    font-size: 20px;

}

.shreya-event-main-card .shreya-event-card-img{

    position: relative;

    overflow: hidden;

    transform: skewY(5deg);

    border-radius: unset;

    margin-top: -50px;

    /* background-color:#003e4d; */

    background-size: cover;

    width: 100%;

    height: 45%;

}

}

@media (min-width: 350px) {

    .shreya-event-section-main-container {

        height: auto;

    }



    .shreya-event-section-sub-container {

        flex-wrap: wrap;

        width: 95%;

        justify-content: center;

    }



    .shreya-event-section-sub-container .shreya-event-main-card{

    /* position: relative; */

    background-color: #fff;

    transition: all 0.5s;

    padding: 20px;

    /* transform: skewY(-5deg); */

    margin: 30px 0 20px;

    width: 100%;

    height: 450px;

}

.shreya-event-card-info .shreya-event-card-meta ul li{

    display: inline-block;

    position: relative;

    font-size: 14px;

    margin-right: -6px;

    /* padding-right: 15px; */

    /* color: rgb(117, 127, 149); */

    color: #ef8f26;

   font-family: "Poppins", sans-serif;



}

.shreya-event-card-info .shreya-event-card-title-para{

    margin-bottom: 8px;

    font-family: 'Nunito', sans-serif;

    color: #222;

    font-size: 22px;

}

.shreya-evnet-card-btn {

    width: 60%;

}
.shreya-event-card-info p {
    font-size: 15px;
}
.para {
    width: 80%;
}
}

@media (min-width: 450px) {

    .shreya-event-section-main-container {

        height: auto;

    }



    .shreya-event-section-sub-container {

        flex-wrap: wrap;

        width: 95%;

        justify-content: center;

    }



    .shreya-event-section-sub-container .shreya-event-main-card{

    /* position: relative; */

    background-color: #fff;

    transition: all 0.5s;

    padding: 20px;

    /* transform: skewY(-5deg); */

    margin: 30px 0 20px;

    width: 95%;

    height: 500px;

}



}







