@media screen and (min-width: 1024px) {
  .section06-container {
    display: flex;
    flex-direction: row;
    padding: clamp(0px, 5.5555555556vw, 80px) clamp(0px, 4.4444444444vw, 64px);
  }
  .section06-container .section06-container-img {
    width: clamp(0px, 56.3888888889vw, 812px);
    aspect-ratio: 812/458;
    overflow: hidden;
    border-radius: 8px;
  }
  .section06-container .section06-container-img .section06-container-img-content {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
  }
  .section06-container .section06-container-img .section06-container-img-content:hover {
    transform: scale(1.1);
  }
  .section06-container .section06-container-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: clamp(0px, 2.7777777778vw, 40px);
    gap: clamp(0px, 1.6666666667vw, 24px);
  }
  .section06-container .section06-container-text .section06-container-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    font-size: 40px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 2.7777777778vw, 40px);
  }
  .section06-container .section06-container-text .section06-container-sub {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    font-size: 18px;
    line-height: 160%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 1.25vw, 18px);
  }
}@media screen and (max-width: 1023.98px) {
  .section06-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 24px 64px 24px;
    gap: 18px;
  }
  .section06-container .section06-container-img {
    aspect-ratio: 327/185;
    width: calc(100vw - 48px);
    border-radius: 8px;
    overflow: hidden;
  }
  .section06-container .section06-container-img .section06-container-img-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
  }
  .section06-container .section06-container-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
  .section06-container .section06-container-text .section06-container-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .section06-container .section06-container-text .section06-container-sub {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
}.about-us-az-section06-pc-container[data-v-caa3fb48] {
  width: clamp(0px, 100vw, 1440px);
  display: flex;
  margin: 0 auto;
}.about-us-az-section06-pc-container[data-v-7c980744] {
  width: 100vw;
  display: flex;
  margin: 0 auto;
}