.offer-card {
    position: relative;
    margin-bottom: 100px;
    padding: 40px 45px 44px;
    background: #003300;
    overflow: hidden;
}

.offer-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("../img/offer-decor.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}

.offer-card__inner {
    position: relative;
    z-index: 2;
    max-width: 730px;
}

.offer-card__title {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 52px;
    line-height: 61px;
    color: #FFFFFF;
}

.offer-card__text {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.offer-card__img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
}

.offer-card__img--mobile {
    display: none;
}

.offer-card__icon {
    position: absolute;
    z-index: 2;
    top: 33px;
    right: 34px;
    display: block;
    width: 79px;
    height: 82px;
}

.offer-card__btn {
    min-width: 195px;
}

@media (max-width: 1520px) {
    .offer-card__inner {
        max-width: 610px;
    }

    .offer-card__title {
        font-size: 48px;
        line-height: 56px;
    }

    .offer-card__text {
        font-size: 20px;
        line-height: 23px;
    }

    .offer-card__img {
        right: -12%;
    }
}

@media (max-width: 1200px) {
    .offer-card__inner {
        max-width: 375px;
    }

    .offer-card__title {
        font-size: 36px;
        line-height: 42px;
    }

    .offer-card__text {
        font-size: 16px;
        line-height: 19px;
    }

    .offer-card__img {
        right: -15%;
    }
}

@media (max-width: 998px) {
    .offer-card {
        margin-bottom: 60px;
    }

    .offer-card__btn {
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 2.25rem;
        font-size: 1.2rem;
    }

    .offer-card__img {
        right: -22%;
    }
}

@media (max-width: 767px) {
    .offer-card {
    / / padding: 21 px 90 px 25 px 21 px;
        padding: 40px 90px 45px 40px;
    }

    .offer-card__title {
        margin-bottom: 12px;
    / / font-size: 30 px;
        font-size: 36px;
        line-height: 1;
    }

    .offer-card__text {
    / / font-size: 16 px;
    / / line-height: 19 px;
        font-size: 25px;
        line-height: 30px;
    }

    .offer-card__img {
        right: 0;
        display: none;
    }

    .offer-card__img--mobile {
        display: block;
    }

    .offer-card__icon {
        top: 18px;
        right: 20px;
    / / width: 55 px;
    / / height: 56 px;
    }

    .offer-card__btn {
    / / height: 48 px;
    / / font-size: 18 px;
    / / line-height: 48 px;
    / / letter-spacing: 0.15 em;
        height: 64px;
        font-size: 25px;
        line-height: 64px;
        letter-spacing: 0.15em;
    }

    .offer-card__btn .btn__in {
    / / padding: 0 15 px;
    }
}