.schedule-options {
    background: #efefef;
    border: 3px solid #213f73;
    border-radius: 16px;
    padding: 26px;
    margin-bottom: 30px;
}

.schedule-options .schedule-options__title {
    font-size: 36px;
    margin: 0 0 10px;
    color: #1f3e75;
    margin-top: 0;
}

.schedule-options .schedule-options__subtitle {
    font-family: 'OpenSans_bold';
    font-size: 20px;
    color: #213f73;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 10px;
}

.schedule-options .schedule-options__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.schedule-options .schedule-options__item-info {
    display: flex;
    flex-direction: column;
}

.schedule-options .schedule-options__item-icon {
    margin-right: 10px;
    max-width: 90px; 
    width: 100%;
    min-height: 76px;
}

.schedule-options .schedule-options__item-title {
    font-family: 'OpenSans_bold';
    font-size: 30px;
    color: #213f73;
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    line-height: 1;
}

.schedule-options .schedule-options__item-link {
    text-decoration: none;
    color: inherit;
}

.schedule-options .schedule-options__item-text {
    font-size: 23px;
    color: #213f73;
    font-style: italic;
    text-decoration: none;
    line-height: 1;
}

/* Responsive styles */
@media only screen and (max-width: 999px) {
    .schedule-options .schedule-options {
        padding: 18px;
    }

    .schedule-options .schedule-options__title {
        font-size: 23px;
    }

    .schedule-options .schedule-options__subtitle {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .schedule-options .schedule-options__item-title {
        font-size: 18px;
    }

    .schedule-options .schedule-options__item-text {
        font-size: 13px;
    }

    .schedule-options .schedule-options__item-icon {
        width: 55px;
        min-height: auto;
    }

    .schedule-options .schedule-options__item-icon {
        margin-right: 10px;
        max-width: 55px;
        width: 100%;
        min-height: auto;
    }
}
