.detail-grid{
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .shedule-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .shedule-span {
        font-size: 13px;
    }
    .shedule-lbl {
        font-size: 13px;
    }
}

@media only screen and (min-width: 606px) and (max-width: 767px){}

@media only screen and (min-width: 480px) and (max-width: 605px){}

@media only screen and (min-width: 320px) and (max-width: 479px){
.she-banner-h2{
    font-size: 20px;
}
}