@media screen and (min-width: 1024px) {
  .nev3TitleComponent-container {
    padding: clamp(0px, 5.5555555556vw, 80px) clamp(0px, 4.4444444444vw, 64px) 0 clamp(0px, 4.4444444444vw, 64px);
    display: flex;
    gap: clamp(0px, 0.8333333333vw, 12px);
    flex-direction: column;
  }
  .nev3TitleComponent-container .nev3TitleComponent-container-title {
    text-align: center;
    color: rgb(26, 29, 37);
    font-size: 40px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 2.7777777778vw, 40px);
  }
  .nev3TitleComponent-container .nev3TitleComponent-container-subtitle {
    text-align: center;
    color: rgb(92, 96, 106);
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: clamp(0px, 1.1111111111vw, 16px);
  }
}@media screen and (max-width: 1023.98px) {
  .nev3TitleComponent-container {
    padding: 64px 24px 40px 24px;
    display: flex;
    gap: 18px;
    flex-direction: column;
  }
  .nev3TitleComponent-container .nev3TitleComponent-container-title {
    text-align: center;
    color: rgb(26, 29, 37);
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .nev3TitleComponent-container .nev3TitleComponent-container-subtitle {
    text-align: left;
    color: rgb(92, 96, 106);
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
  }
}@media screen and (min-width: 1024px) {
  .nev3ItemComponent-container {
    display: flex;
    flex-direction: row;
    height: clamp(0px, 42.3611111111vw, 610px);
    padding: clamp(0px, 4.1666666667vw, 60px) clamp(0px, 4.4444444444vw, 64px);
    gap: clamp(0px, 4.1666666667vw, 60px);
  }
  .nev3ItemComponent-container.isReverse {
    flex-direction: row-reverse;
  }
  .nev3ItemComponent-container .nev3ItemComponent-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0px, 1.1111111111vw, 16px);
    flex: 1;
  }
  .nev3ItemComponent-container .nev3ItemComponent-header .nev3ItemComponent-header-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 51px;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 2.9166666667vw, 42px);
  }
  .nev3ItemComponent-container .nev3ItemComponent-header .nev3ItemComponent-header-subtitle {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 18px;
    line-height: 162%;
    font-weight: 300;
    font-family: "Montserrat";
    font-size: clamp(0px, 1.25vw, 18px);
  }
  .nev3ItemComponent-container .nev3ItemComponent-body {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    width: clamp(0px, 45.5555555556vw, 656px);
    min-width: clamp(0px, 45.5555555556vw, 656px);
  }
  .nev3ItemComponent-container .nev3ItemComponent-body .nev3ItemComponent-body-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease-in-out;
  }
  .nev3ItemComponent-container .nev3ItemComponent-body .nev3ItemComponent-body-image:hover {
    transform: scale(1.1);
  }
}@media screen and (max-width: 1023.98px) {
  .nev3ItemComponent-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 24px;
    gap: 6px;
  }
  .nev3ItemComponent-container .nev3ItemComponent-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    flex: 1;
    padding: 30px 14px 30px 14px;
    background-color: #ffffff;
    border-radius: 6px;
  }
  .nev3ItemComponent-container .nev3ItemComponent-header .nev3ItemComponent-header-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .nev3ItemComponent-container .nev3ItemComponent-header .nev3ItemComponent-header-subtitle {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    font-size: 14px;
    line-height: 162%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .nev3ItemComponent-container .nev3ItemComponent-body {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
  }
  .nev3ItemComponent-container .nev3ItemComponent-body .nev3ItemComponent-body-image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease-in-out;
  }
}.nev-technology-az-section03-pc-container[data-v-85fe4f3e] {
  background-color: rgb(250, 250, 250);
  width: 100vw;
}
.nev-technology-az-section03-pc-container .nev-technology-az-section03-pc-content-container[data-v-85fe4f3e] {
  width: clamp(0px, 100vw, 1440px);
  margin: 0 auto;
}.nev-technology-az-section03-mob-container[data-v-55800062] {
  background-color: rgb(250, 250, 250);
  width: 100vw;
  padding-bottom: 64px;
}
.nev-technology-az-section03-mob-container .nev-technology-az-section03-mob-content-container[data-v-55800062] {
  width: 100vw;
}
.nev-technology-az-section03-mob-container .nev-technology-az-section03-mob-content-container .nev-technology-az-section03-mob-content-nev-list-container[data-v-55800062] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}