.schedule-section {
    background: #20208f;
    background-image: var(--ss-grad) !important;
    border-radius: 20px;
    padding: 36px;
    text-align: center;
    margin-top: 10px;
}

.schedule-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 7px;
}

.schedule-text {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 22px;
    letter-spacing: .005em;
}

.CTA_section.big-cta {
    padding: 64px 52px;
}

.CTA_section.big-cta .schedule-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.075;
    margin-bottom: 14px;
}

.CTA_section.big-cta .schedule-title em {
    font-style: normal;
    background: linear-gradient(90deg, #2dd4bf 0%, #7df3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.CTA_section.big-cta .schedule-text {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    margin: 0 auto 32px;
    max-width: 560px;
    letter-spacing: .005em;
    position: relative;
    z-index: 1;
}

.physicians-section .schedule-section {
    background: #20208f;
    background-image: var(--ss-grad);
}

.physicians-section .schedule-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}

.physicians-section .schedule-text {
    margin-bottom: 18px;
    color: var(--white);
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .CTA_section.big-cta {
        padding: 40px 24px;
    }
    .CTA_section.big-cta .schedule-title {
        font-size: 28px;
    }
}