@media (max-width: 767px) {
    .text-img-full-wrapper {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
}
@media (min-width: 768px) {
    .text-img-full-wrapper .text-img-full-wrapper__text {
        max-width: 440px;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .text-img-full-wrapper .text-img-full-wrapper__text {
        max-width: 100%;
        width: 100%;
    }
}
.text-img-full-wrapper .text-img-full-wrapper__img .img-mob {
    display: none;
}
@media (min-width: 768px) {
    .text-img-full-wrapper .text-img-full-wrapper__img {
        top: 0;
        max-width: 1200px;
        position: absolute;
        bottom: 0;
    }
    .text-img-full-wrapper .text-img-full-wrapper__img img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .text-img-full-wrapper .text-img-full-wrapper__img img {
        width: 100%;
    }
    .text-img-full-wrapper .text-img-full-wrapper__img .img-des {
        display: none;
    }
    .text-img-full-wrapper .text-img-full-wrapper__img .img-mob {
        display: block;
    }
}
.text-img-full-wrapper.img-txt {
    justify-content: flex-end;
}
.text-img-full-wrapper.img-txt .img-des {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.button-wrapper-new {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 440px;
  gap: 16px;
  margin-top: 32px;
}

.btn {
  font-weight: 600;
font-size: 18px;
line-height: 125%;
color: #26281e;
  text-align: center;
  font-family: "Montserrat",sans-serif;
  border-radius: 10px;
padding: 12px 52px;
}
.btn.green-border {
 border: 1px solid #afd453 !important;
}

@media (width <= 768px) {
  .button-wrapper-new {
    max-width: 100%;
}