.why_we {
  position: relative;
  margin: 80px 0 120px;
}
.why_we .why_we__wrapper .section_title {
  font-family: "NeueMachina";
  margin-bottom: 80px;
  font-size: 90px;
  font-weight: 900;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits {
  overflow: visible;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap {
  margin-right: 40px;
  height: auto;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap .item_content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  height: 100%;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap .item_content .content_image {
  max-width: 370px;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap .item_content .content_text {
  position: relative;
  border: 2px solid #1c1c1c;
  border-radius: 30px;
  padding: 2.5rem;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap .item_content .content_text .title {
  font-size: 24px;
  font-family: "NeueMachina";
  margin-bottom: 20px;
}
.why_we .why_we__wrapper .why_we__content .swiper_benefits .item_wrap .item_content .content_text .description {
  font-size: 18px;
}
