.gives-you-more-card p:last-of-type {
    font-weight:700;
}

/* ==========================================================================
   SECTION: phone-graphics/bottom-offers
   ========================================================================== */

.section--phone-graphics {
    background: url(/rea/shared/img/lxc/50/LXC50_phone.webp),
        url(/rea/shared/img/lxc/48/phone_bokeh.png);
    background-repeat: no-repeat;
    background-position: center 0px, center top;
    background-size: 320px, 2400px 400px;
    background-color: black;
    height: 720px;
}

.section--phone-graphics .section-heading > strong span {
    color: white;
    font-weight: 400;
}

/* ==========================================================================
   SECTION: hero-banner
   ========================================================================== */

.hero-banner__image {
    width: 100%;
    height: 430px;
    background-image: url("/rea/shared/page-contents/longform-rea_2025_7/img/hero-12FortuneDragons-largescreen.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: difference;
}

@media screen and (max-width: 575px) {
    .hero-banner__image {
        height: calc((500 / 760) * 100vw);
        background-image: url("/rea/shared/page-contents/longform-rea_2025_7/img/hero-12FortuneDragons-smallscreen.webp");
    }
}