.about__title span {
    color: #00417a !important;
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2.75rem !important;
    }
}

@media(max-width:554px) {
    .hero__title {
        color: var(--hero-title-color);
        margin: 0;
        color: #FFF;
        padding-left: 15px !important;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Faustina;
        font-size: 30px !important;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
    }
}
