.program-text blockquote {
    font-size: 17px;
    color: #444;
}
.program-text blockquote em {
    letter-spacing: 0.2px;
}
.program-heading .av-special-heading-tag {
    color: var(--red) !important;
    text-transform: uppercase !important;
}
/* Hero Focus CSS */
.hero-focus {
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    column-gap: 25px;
    row-gap: 15px;
    width: 730px;
    max-width: 100%;
    margin-inline: auto;
}
.hero-left .top-line {
    font-size: 40px;
    line-height: 1.5;
}
.hero-left .bottom-line {
    font-size: 90px;
    line-height: 1;
    color: #e83e00;
}
@media (max-width: 989px) {
    .hero-focus {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-focus img {
        width: 40px;
    }
    .hero-left .top-line {
        font-size: 28px;
    }
    .hero-left .bottom-line {
        font-size: 65px;
    }
}