.our-values {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.our-value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0px 2px 20px 0px #e5e7ee;
  box-shadow: 0px 2px 20px 0px #e5e7ee;
  background: #ffffff;
}
.our-value:first-child {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.our-value .h1 {
  padding-bottom: 25px;
}

.our-value .img-wrapper {
  position: absolute;
}

.our-value:first-child .img-wrapper {
  width: 115px;
  bottom: 0;
  right: 15px;
}
.our-value:nth-last-child(2) .img-wrapper {
  width: 100px;
  top: 0;
  right: 15px;
}

.our-mission_offers > div:not(:first-child) {
  padding-top: 50px;
}

@media screen and (max-width: 1199px) {
  .our-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .our-value {
    -webkit-box-flex: initial !important;
    -ms-flex-positive: initial !important;
    flex-grow: initial !important;
    width: 100% !important;
  }
  .our-value .h1 {
    padding-bottom: 20px;
  }
  .our-value .img-wrapper {
    width: 80px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 30px !important;
    bottom: auto !important;
  }
  .our-mission_offers > div:not(:first-child) {
    padding-top: 60px;
  }
  .our-mission .offer-img_wrapper .img {
    max-height: none;
  }
  .offer_wrapper3-mission .offer-description_wrapper3--text br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .our-mission .offer .offer-img_wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .our-mission .h1 {
    font-size: 20px;
    line-height: 150%;
  }

  .our-value {
    padding: 20px;
  }
  .our-value .h1 {
    padding-bottom: 15px;
  }
  .our-value > *:not(.img-wrapper) {
    width: 80%;
  }
  .our-value .img-wrapper {
    width: 48px !important;
    top: 20px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: 20px !important;
  }
  .our-mission_offers > div:not(:first-child) {
    padding-top: 30px;
  }
  .our-mission .offer-description_wrapper:not(.withslider) {
    padding-top: 20px;
  }
  .offer_wrapper3-mission .offer-description_wrapper3--text {
    font-size: 16px;
    /* line-height: 150%; */
  }
}
