.content-section-full-image-text {
    padding: 80px 0;
    background: #f9f7ee;
}
@media (max-width: 1439px) {
    .content-section-full-image-text {
        padding: 64px 0;
    }
}
@media (max-width: 767px) {
    .content-section-full-image-text {
        padding: 48px 0;
    }
}
.content-section-full-image-text .container {
    max-width: 1440px;
    padding: 0 188px;
}
@media (max-width: 1439px) {
    .content-section-full-image-text .container {
        padding: 0 64px;
    }
}
@media (max-width: 767px) {
    .content-section-full-image-text .container {
        padding: 0 24px;
    }
}
.content-section-full-image-text .title-full-image {
    margin-bottom: 32px;
    font-family: var(--main-font) !important;
    color: #3c3b35 !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}
.content-section-full-image-text .content-full-image {
    margin-bottom: 48px;
    color: #3c3b35;
   font-family: var(--main-font) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.content-section-full-image-text .image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: auto;
    object-position: center;
    max-width: 1440px;
    margin: 0 auto;
}
@media (max-width: 550px) {
    .content-section-full-image-text .image.desktop {
        display: none;
    }
}
.content-section-full-image-text .image.mobile {
    display: none;
}
@media (max-width: 550px) {
    .content-section-full-image-text .image.mobile {
        display: block;
    }
}

.content-section-full-image-text .wrap-btn {
    text-align: center;
    margin-top: 48px;
}

.content-section-full-image-text .button-primary {
    display: inline-block;
    color: var(--white) !important;
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    border-radius: 20px;
    font-weight: 300;
    font-size: 18px;
    padding: 6px 32px 9px;
    background:  #B5CA16 !important;
}
.content-section-full-image-text .button-primary:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
}
