.shedule {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
    z-index: 1;
}
.shedule__title {
    color: #1D1A1A;
}
.shedule__value {
    color: #D9012A;
}

@media (max-width: 1367px) {
    .shedule__title{
        display: none;
    }
}
@media (max-width: 1023px) {
    .shedule__value{
        display: none;
    }
}