.offer-section {
  border-bottom: 1px solid #DBDAD6;
}
.offer-section .viewport-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.offer-section .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
.offer-section .viewport-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 185px;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
.offer-section .offer-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media (max-width: 767px) {
  .offer-section .offer-section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.offer-section .offer-section--content .offer-section--content__box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  padding: 84px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .offer-section .offer-section--content .offer-section--content__box {
    width: 100%;
    padding: 32px 16px;
    margin: 0;
  }
}
.offer-section .offer-section--content .offer-section--content__box .offer-section--content__box-title {
  leading-trim: both;
  text-edge: cap;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -0.96px;
  margin: 0;
}
.offer-section .offer-section--content .offer-section--content__box .offer-section--content__box-button {
  margin-top: auto;
}
.offer-section .offer-section--content .offer-section--content__box.offer-section__box-1 {
  color: #141414;
  background: #F5F5F5;
}
.offer-section .offer-section--content .offer-section--content__box.offer-section__box-1:before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
  bottom: -90px;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
.offer-section .offer-section--content .offer-section--content__box.offer-section__box-2 {
  background: #999894;
  color: #F8F8F7;
}
.offer-section .offer-section--content .offer-section--content__box.offer-section__box-2:after {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  bottom: -90px;
  left: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}