.hero__home {
    margin-top: -90px !important;
    padding-top: 90px !important;
    overflow: hidden;
    position: relative;
    background: #01234C url(../../images/rebrand-2025/hero-desktop.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover;
    color: #ffffff;
}
.hero__home h1 {
    font-size: calc(1.15rem + 2.7vw) !important;
}
.hero__home .fs-2 {
    font-size: calc(1.15rem + 0.8vw) !important;
}
.hero__home img {
    width: 100%;
}

@media (max-width: 1399.98px) {
    .hero__home {
        background-position: 50%;
    }
}
@media (max-width: 991px) {
    .hero__home {
        text-align: center;
        background: #01234C url(../../images/rebrand-2025/hero-mobile.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
    }
}