.upcoming__slide__heading{
    position: absolute;
    bottom: 0;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #6647d09c;
    color: #FFFFFF;
}
.upcoming__event__card__wrapper .row .col-md-12 .info h1{
    color: #333333;
    text-transform: capitalize;
    font-weight: 700;
}



.upcoming__event__wrapper button {
        background: #6647D0;
        color: white;
        padding: 8px 9px;
        font-weight: 400;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
}

@media screen and (max-width:678px) {
    .upcoming__event__card__wrapper .row .col-md-12{
        flex-direction: column;
    }
    .upcoming__event__card__wrapper .row .col-md-12 img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .children__img{
        display: none;
    }
    .upcoming__event__wrapper .col-md-6 img:nth-child(1){
        position:  relative !important;
        width: 100%;
        margin-top: 40px;
    }
    
}