@media screen and (min-width: 1024px) {
  .section07-item {
    margin: clamp(0px, 5.5555555556vw, 80px) auto 0 auto;
    width: clamp(0px, 91.1111111111vw, 1312px);
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 1.6666666667vw, 24px);
  }
  .section07-item .section07-item-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 2.7777777778vw, 40px);
  }
  .section07-item .section07-item-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) {
  .section07-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 24px;
  }
  .section07-item .section07-item-title {
    color: rgb(26, 29, 37);
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .section07-item .section07-item-sub {
    color: rgb(92, 96, 106);
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
  }
}.about-us-az-section07-pc-container[data-v-bf7f8f01] {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}.about-us-az-section07-mob-container[data-v-ff55dcda] {
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 375/600;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}