.title-band {
    padding-bottom: 19px;
}
.title-band.accent-green {
    background: linear-gradient(90deg, #006D68 0%, #00C389 100%);
}
.title-band.accent-gold {
    background: linear-gradient(90deg, #CC8A00 0%, #FFD100 100%);
}
.title-band .band-inner {
    background: linear-gradient(180deg, #004EA8 0%, #0C2340 100%);
    padding: 60px 0 50px;
}
.title-band .product-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1220px;
    text-align: center;
}
.title-band .product-container h2 {
    font-family: 'UniversLTStd Cn' !important;
    font-weight: 700 !important;
    /* H2 token: 50/60. */
    font-size: 50px !important;
    line-height: 60px !important;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0;
}
.title-band .product-container p {
    font-family: "Univers LT Std Pro 55" !important;
    font-size: 16px;
    line-height: 1.66;
    color: #E7E9EC;
    margin: 15px auto 0;
    max-width: 775px;
}

@media screen and (max-width: 991px) {
    .title-band .band-inner {
        padding: 50px 0;
    }
    .title-band .product-container h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media screen and (max-width: 595px) {
    .title-band .band-inner {
        padding: 40px 0;
    }
    .title-band .product-container h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}
