@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Header Sticky */
    .schedule.schedule_box_controle{
        padding:70px 0px;
    }
}
@media only screen and (max-width: 767px){
    .schedule.schedule_box_controle{
        padding:70px 0px;
    }
}

@media only screen and (max-width: 480px){
    .schedule.schedule_box_controle{
        padding:50px 0px;
    }
}