.about-us {
  background-color: #0A0A0A;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 4.2vw 1vw;
  padding-top: 10vw;
}
.about-us__container {
  max-width: 62.5vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5.2vw;
}
.about-us__block {
  display: flex;
  align-items: center;
  gap: 2.1vw;
}
.about-us__block--intro {
  flex-direction: row;
}
.about-us__block--system {
  flex-direction: row-reverse;
}
.about-us__heading {
  font-size: 2.08vw;
  color: #70FA00;
  margin-bottom: 1.25vw;
}
.about-us__subheading {
  font-size: 1.46vw;
  color: #70FA00;
  margin-bottom: 1.04vw;
}
.about-us__text {
  font-size: 0.94vw;
  line-height: 1.8;
  margin-bottom: 0.83vw;
  color: #dddddd;
}
.about-us__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us__image img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.about-us .about-us__image--right img {
  border-radius: 1vw;
}
.about-us .highlight {
  color: #70FA00;
  font-weight: 600;
}

@media (max-width: 800px) {
  .about-us {
    padding: 8vw 4vw;
    padding-top: 25vw;
  }
  .about-us__container {
    max-width: 92vw;
    gap: 8vw;
  }
  .about-us__block {
    gap: 4vw;
  }
  .about-us__block--intro {
    flex-direction: column;
  }
  .about-us__block--system {
    flex-direction: column-reverse;
  }
  .about-us__heading {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .about-us__subheading {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .about-us__text {
    font-size: 3.5vw;
  }
  .about-us__image img {
    border-radius: 2vw;
  }
  .about-us .about-us__image--right img {
    border-radius: 2vw;
  }
}

/*# sourceMappingURL=about-us-section.css.map */
