#app #home .header-slot-container h2,
#app #home .about-v2 h2.header-text,
#app #home #cta-v1 h2.cta-title {
    --font-family: Roboto Slab;
    font-family: var(--font-family) !important;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
}

@media (width >=600px) {
    #app #home .header-slot-container h2,
    #app #home .about-v2 h2.header-text,
    #app #home #cta-v1 h2.cta-title {
        font-size: 48px;
    }
}

@media (width >=960px) {
    #app #home .header-slot-container h2,
    #app #home .about-v2 h2.header-text,
    #app #home #cta-v1 h2.cta-title {
        font-size: 56px;
    }
}