.AboutUs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.AboutUs-title {
  margin-bottom: var(--spaceRg);
  font-size: var(--textMd);
  font-weight: 700;
}

@media (min-width: 64.01rem) {
  .AboutUs-title {
    margin-bottom: var(--spaceMd);
    font-size: var(--textLg);
  }
}

.AboutUs-text {
  width: 100%;
  margin-bottom: var(--spaceLg);
  font-size: var(--textRg);
}

@media (min-width: 64.01rem) {
  .AboutUs-text {
    width: 90%;
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}

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