/* PC */
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }

  .features-item {
    width: 100%;
  }

  .features-item-img {
    width: 100%;
    aspect-ratio: 3/4;
  }

  .features-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vision-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .vision-img {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .vision-text {
    width: 50%;
    padding: 0;
    text-align: left;
  }

  .vision-title {
    font-size: 48px;
  }

  .vision-content {
    font-size: 20px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 11px;
  }

  .banner-wrapper {
    height: 60vh;
  }

  .banner-overlay {
    height: 60vh;
  }

  .introduction {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }

  .feature {
    padding: 0;
  }

  .feature-list {
    padding: 0px;
  }

  .features-detail {
    padding-left: 20px;
  }

  .features-item {
    width: 100%;
  }

  .features-item-img {
    width: 100%;
    aspect-ratio: 3/4;
  }

  .features-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vision {
    padding: 0;
  }

  .vision-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
  }

  .vision-img {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .vision-text {
    width: 90%;
    padding: 0 20px;
    text-align: center;
  }

  .vision-title {
    font-size: 36px;
  }

  .vision-content {
    font-size: 18px;
  }
}

/* Mobile */
@media screen and (max-width: 767.98px) {
  html {
    font-size: 7px;
  }

  .banner-wrapper {
    height: 40vh;
  }

  .banner-overlay {
    height: 40vh;
  }

  .text-banner span {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .text-banner h1 {
    font-size: 3.1rem;
  }

  .text-banner h2 {
    font-size: 2.5rem;
  }

  .introduction {
    padding: 0;
  }

  .intro-wrapper {
    padding: 0px;
  }

  .intro-text,
  .intro-img {
    width: 100%;
  }

  .intro-item {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .img-intro,
  .features-item-img {
    width: 100%;
    aspect-ratio: 3/4;
  }

  .features-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .features-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .feature {
    margin-bottom: 8px;
  }

  .feature-title {
    font-size: 5rem;
  }

  .features-content li {
    font-size: 2rem;
  }

  .features-content {
    width: 100%;
  }

  .feature-list {
    padding: 0px;
  }

  .partner-item {
    padding: 0px;
  }

  .partners {
    padding: 40px 0;
  }

  .features-detail {
    padding-left: 10px;
  }

  .vision {
    padding: 30px 0;
  }

  .vision-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .vision-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .vision-text {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .vision-title {
    font-size: 32px;
  }

  .vision-content {
    font-size: 16px;
  }
}