@media screen and (max-width:1000px) {
    .schedule-time {
        align-items: center;
    }
    .schedule-time{
        text-align: center;
    }

    .schedule-time .iconify {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        right: unset !important; 
    }
}