@media (max-width: 991.98px) {
.hero {
        --hero-gap: 16px;
                padding-top: calc(var(--header-height) + var(--hero-gap));
    }

    body.home .hero {
        --hero-gap: 12px;
    }

    .hero__wrapper {
        flex-direction: column;
    }

    .hero__content,
        .hero__image {
        width: 100%;
    }

    .hero__image {
        margin-left: 0;
                margin-right: 0;
    }

    .hero__title {
        font-size: 65px;
    }

    .hero__benefits {
        margin-top: 50px;
                gap: 16px;
                max-width: 520px;
    }

    .hero__benefit-text {
        font-size: 16px;
    }

    .hero__image-circle {
        width: 120px;
                height: 120px;
                right: 84px;
                bottom: 126px;
    }

    .hero__image-dots {
        width: 160px;
                height: 160px;
                left: 100px;
    }

    .hero__image-lines {
        width: 146px;
                height: 37px;
                top: 135px;
                right: 120px;
    }
}
/* ========================================================================================================== */

@media (max-width: 767.98px) {
.hero__title {
        font-size: 50px;
    }

    .hero__benefits {
        max-width: unset;
    }

    .hero__benefit-image {
        width: 100%;
                text-align: center;
    }

    .hero__benefit-image img {
        max-width: 64px;
    }

    .hero__benefit-text {
        text-align: center;
    }

    .hero__btn {
        width: 100%;
                max-width: unset;
    }

    .hero__image-main {
        margin-left: -40px;
                margin-right: -40px;
    }

    .hero__image-circle {
        width: 100px;
                height: 100px;
                right: 70px;
                bottom: 106px;
    }

    .hero__image-dots {
        width: 120px;
                height: 120px;
                top: 119px;
    }

    .hero__image-lines {
        width: 120px;
                height: 30px;
                top: 135px;
                right: 110px;
    }
}
/* ========================================================================================================== */

@media (max-width: 575.98px) {
.hero__title {
        font-size: 42px;
    }

    .hero__image-main {
        margin-left: -24px;
                margin-right: -24px;
    }

    .hero__benefit-image {
        margin-bottom: 12px;
    }
}
/* ========================================================================================================== */

@media (max-width: 478.98px) {
.hero__title {
        font-size: 36px;
    }

    .hero__benefit-image img {
        max-width: 54px;
    }

    .hero__benefit-text {
        font-size: 14px;
    }

    .hero__benefit-image {
        margin-bottom: 8px;
    }

    .hero__btn {
        height: 40px;
                font-size: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding-top: 0;
                padding-bottom: 0;
                line-height: 1;
    }
}
/* ========================================================================================================== */

@media (max-width: 431px) {
.hero__title {
        font-size: 32px;
    }

    .hero__benefit-image img {
        max-width: 44px;
    }

    .hero__benefit-text {
        font-size: 12px;
    }

    .hero__benefit-image {
        margin-bottom: 4px;
    }
}
/* ========================================================================================================== */
