@media screen and (max-width: 1000px) {
  .first {
    height: 300px;
  }

  /* SECTION ABOUT */
  .about H3 {
    font-size: 2.4rem;
  }
  .garisOrange {
    font-size: 2.4rem;
    margin-top: -5.7rem;
  }
  .about p {
    font-size: 1.6rem;
  }

  /* SECTION VALUES */
  .values {
    padding: 15rem 0;
  }
  .values h3 {
    font-size: 2.4rem;
  }
  .garisOrange2 {
    font-size: 2.4rem;
    margin-top: -3.2rem;
  }
  .splitValues h5 {
    font-size: 1.6rem;
    text-align: center;
  }
  .splitValues {
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  /* SECTION FIRST */
  .isiFirst h2 {
    font-size: 50px;
  }
  .isiFirst h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  /* SECTION FIRST */
  .isiFirst h2 {
    font-size: 24px;
  }
  .isiFirst h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .first {
    height: 200px;
  }
  .about H3 {
    font-size: 2rem;
  }
  .garisOrange {
    font-size: 2rem;
    margin-top: -5.5rem;
  }
  .about p {
    font-size: 1.4rem;
  }
  .aboutSplit {
    column-gap: 1rem;
  }

  /* SECTION VALUES */

  .values h3 {
    font-size: 2rem;
  }
  .garisOrange2 {
    font-size: 2rem;
    margin-top: -2.7rem;
  }
  .splitValues h5 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 415px) {
  .about {
    padding: 5rem 0;
  }
  .about H3 {
    font-size: 1.8rem;
  }
  .garisOrange {
    font-size: 1.8rem;
    margin-top: -5.5rem;
  }
  .about p {
    font-size: 1.3rem;
  }

  /* SECTION VALUES */
  .values h3 {
    font-size: 1.8rem;
  }
  .garisOrange2 {
    font-size: 1.8rem;
    margin-top: -2.5rem;
  }
  .splitValues h5 {
    font-size: 1.3rem;
  }
}
