/* Gray:) */
.about-us {
  position: relative;
  padding-block: 80px;
  border-bottom: solid 1px var(--wp--preset--color--black-2);
  background: var(--wp--preset--color--black-2);
}
@media (width < 786px) {
  .about-us {
    padding-block: 40px;
  }
}
.about-us__content {
  z-index: 1;
  position: relative;
  max-width: 1800px;
}
.about-us__title {
  margin-block: 0 1.5rem;
  color: var(--wp--preset--color--orange);
  font-size: 1.7rem;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
@media (width < 786px) {
  .about-us__title {
    font-size: 14px;
  }
}
.about-us__text {
  max-width: calc(100vw - 278px - 278px - 60px);
  width: 100%;
  margin-inline: auto;
  margin-block: 1.5rem;
  padding-inline: 16px;
  text-wrap: balance;
  white-space: break-spaces;
  white-space: preserve;
  font-size: var(--wp--preset--font-size--28);
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  color: var(--wp--preset--color--white);
}
@media (min-width: 2300px) {
  .about-us__text {
    max-width: calc(100vw - 550px - 550px - 60px);
    width: 100%;
  }
}
@media (width < 1320px) {
  .about-us__text {
    width: 100%;
    max-width: 100%;
  }
}
@media (width < 786px) {
  .about-us__text {
    font-size: 16px;
    line-height: 24px;
    margin-block: 16px 24px;
  }
}
.about-us__text strong {
  font-weight: inherit;
  color: var(--wp--preset--color--primary);
}
.about-us__button {
  margin: 0 auto !important;
  margin-inline: auto;
}
.about-us__image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: 300px !important;
  max-height: 300px;
}
@media (min-width: 2000px) {
  .about-us__image {
    max-width: 639px !important;
    max-height: 639px;
  }
}
.about-us__image-wrap {
  position: absolute;
  width: 278px;
  height: 275px;
  bottom: 33px;
  left: 0;
}
@media (min-width: 2300px) {
  .about-us__image-wrap {
    width: 100%;
    max-width: 639px;
    height: 100%;
    max-height: 350px;
  }
}
@media (min-width: 2000px) {
  .about-us__image-wrap {
    max-width: 500px;
  }
}
@media (max-width: 1320px) {
  .about-us__image-wrap {
    display: none;
  }
}
.about-us__image-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(66, 103, 178, 0.14);
  z-index: 1;
}
.about-us__image-wrap:last-of-type {
  right: 0;
  left: unset;
}

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