@media screen and (min-width: 992px) {
  .bg-header, .bg-business, .bg-flow {
    height: 338px;
  }
  .bg-about {
    background-size: 55% auto;
    background-position: -4% 15%;
  }
  .commitment-background-business {
    background-image: url(../../../assets/img/bg-business-introduction.svg);
    background-repeat: no-repeat;
    background-position: 100% -2%;
    background-size: 550px auto;
    position: relative;
    z-index: 0;
  }
  .iframe-box {
    width: 100%;
    aspect-ratio: 16/9;
  }
}/*# sourceMappingURL=style.css.map */