.schedule>h4{
    font-size: 18px;
    color: #282828;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    /*text-indent: 1.4em;*/
    border-bottom: solid 2px #556450;
    /*padding-bottom: 7px;*/
    margin-bottom:8px;
}

@media (max-width:768px){
    .schedule>h4{
        font-size: 18px;
        color: #282828;
        height: 27px;
        line-height: 20px;
        /*font-weight: bold;*/
        /*text-indent: 1.4em;*/
        border-bottom: solid 2px #556450;
        /*padding-bottom: 7px;*/
        margin-bottom:8px;
    }
}