/* stylelint-disable */
.section-approach {
  position: relative;
  overflow: hidden;
}
.section-approach__bg {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: -1;
}
.section-approach__bg picture,
.section-approach__bg img {
  width: 100%;
  height: 100%;
}
.section-approach__wrapp {
  position: relative;
  min-height: clamp(840px, 56.25vw, 1080px);
  padding: clamp(47px, 8.789vw, 90px) 0;
  display: flex;
  justify-content: center;
}
.section-approach__box {
  max-width: 1340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 64px;
}
/*# sourceMappingURL=section-approach.css.map */