.hero__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;
    color: #ffffff;
}
.hero__what_is_usenet .btn-lg {
    padding: 1.25rem 6rem !important;
}
.explore-features__section h1 {
    font-size: 3.5rem;
}
@media (max-width: 991px) {
    .hero__what_is_usenet {
        text-align: center;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
    }
}