.box--headers--about-us {
  padding-top: 310px;
  padding-bottom: 48px;
  background-size: cover;
  background-position: 50% 50%;
}
.box--headers--about-us .box-content .description {
  max-width: 347px;
  margin-top: 16px;
}
@media screen and (max-width: 1850px) {
  .box--headers--about-us {
    padding-top: 246px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .box--headers--about-us {
    padding-top: 227px;
  }
}
@media screen and (max-width: 576px) {
  .box--headers--about-us {
    background-position: 40% 50%;
  }
  .box--headers--about-us .box-content .description {
    max-width: 242px;
  }
}
/*# sourceMappingURL=index.css.map */