.about-our-offer {
  border-bottom: 1px solid #DBDAD6;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.about-our-offer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 108px;
}
@media (max-width: 767px) {
  .about-our-offer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
.about-our-offer .about-our-offer--content {
  padding-top: 53px;
  padding-bottom: 53px;
}
@media (max-width: 767px) {
  .about-our-offer .about-our-offer--content {
    padding-bottom: 0;
  }
}
.about-our-offer .about-our-offer--content .section-heading {
  max-width: 445px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .about-our-offer .about-our-offer--content .section-heading {
    margin-bottom: 48px;
  }
}
.about-our-offer .about-our-offer--content .button-container a.link-as-bttn {
  padding-left: 48px;
  padding-right: 48px;
}
.about-our-offer .about-our-offer--content--image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.about-our-offer .about-our-offer--content--image .about-our-offer--content--image_box {
  border-radius: 250px 250px 250px 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 790px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-our-offer .about-our-offer--content--image .about-our-offer--content--image_box {
    position: relative;
    width: 540px;
  }
}
.about-our-offer .about-our-offer--content--image .about-our-offer--content--image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}