.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.v-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 50px;
    padding-right: 70px;
}
.timing-info {
    text-align: center;
    background-color: #fca089;
}
.w-color {
    color: white;
}
.vs-blog .gallery_image{
    height: 280px !important;
    border-radius: 10px !important;
    width: 280px;
}
.vs-blog .gallery_text{
    width:240px;
}
@media screen and (max-width: 992px){
    .vs-blog .gallery_image{
        height: 280px !important;
        border-radius: 10px !important;
        width: 280px;
        margin:auto;
    }
    .vs-blog .gallery_text{
        width:350px;
        margin:auto;
        text-align: center;
        border-radius: 10px;
    }
}
