.cta {
    position: relative;
    background: var(--color-dark-brown);
    color: #fff;
    padding: 75px 27px 221px;
    margin-bottom: 133px;
}

.cta__text {
    position: relative;
}

.cta__text h2 {
    color: #fff;
    margin-bottom: 5px;
}


.cta__text h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    font-family: 'druk_wide_boldbold';
    line-height: 1.68em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.cta__image {
    position: absolute;
    width: 100%;
    max-width: 392px;
    left: 50%;
    bottom: -133px;
    transform: translate(-50%, 0);
}

.healthy-arrow {
    position: absolute;
    left: 196px;
    bottom: -85px;
}

@media (min-width: 768px) {
    .cta {
        padding: 80px 52px 73px;
        margin-bottom: 0;
    }

    .cta__text {
        width: calc(100% - 240px);
    }

    .cta__text p {
        padding-right: 30px;
    }

    .cta__text .btn-group {
        margin-top: 30px;
    }

    .cta__text h2 br {
        display: none;
    }

    .cta__image {
        width: 360px;
        left: auto;
        right: -49px;
        bottom: auto;
        top: 63px;
        transform: translate(0, 0);
    }

    .healthy-arrow {
        left: 276px;
        bottom: -21px;
    }
}

@media (min-width: 1200px) {
    .cta {
        padding: 98px 100px 98px;
        max-width: 1419px;
        margin: 143px auto 89px;
        border-radius: 10px;
    }

    .cta__text {
        width: 784px;
        position: relative;
        z-index: 1;
    }

    .cta__text h2 {
        margin-bottom: 0;
        font-size: 111px;
    }


    .cta__text h4 {
        font-size: 20px;
    }

    .cta__image {
        max-width: inherit;
        width: 808px;
        right: -259px;
        top: -168px;
    }

    .healthy-arrow {
        left: 448px;
        bottom: -28px;
    }
}