.banner__what_is_usenet {
    overflow: hidden;
    position: relative;
    background: #01234C url(../../images/rebrand-2025/hero__what_is_usenet.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover;
}
.banner__usenet_technology .bg {
    overflow: hidden;
    position: relative;
    background: #1d2228 url(../../images/rebrand-2025/banner__usenet_technology_desktop.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto  100%;
}
.banner__usenet_technology .bg h2 {
    font-size: 3rem;
}
.banner__get_started_with_usenet {
    overflow: hidden;
    position: relative;
    background: #011B2D url(../../images/rebrand-2025/banner__get_started_with_usenet_2_desktop.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto  100%;
}
.explore-features__section h1 {
    font-size: 3.5rem;
}
@media (max-width: 1399px) {
    .banner__get_started_with_usenet {
        background-position: top right -200px;
    }
    .banner__usenet_technology .bg {
        background-position: top right -200px;
    }
}
@media (max-width: 1199px) {
    .banner__get_started_with_usenet {
        background-position: top right -300px;
    }
    .banner__usenet_technology .bg {
        background-position: top right -300px;
    }
}
@media (max-width: 991px) {
    .banner__what_is_usenet {
        text-align: center;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
    }
    .banner__usenet_technology .bg {
        padding-bottom: calc(10rem + 30vw);
        text-align: center;
        background: #011B2D url(../../images/rebrand-2025/banner__usenet_technology_mobile.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% auto;
    }
    .banner__usenet_technology .bg h2 {
        font-size: 2rem;
    }
    .banner__get_started_with_usenet {
        padding-bottom: calc(10rem + 30vw);
        text-align: center;
        background: #011B2D url(../../images/rebrand-2025/banner__get_started_with_usenet_2_mobile.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% auto;
    }
}