.siteuse {
  background-color: #091023;
}
.siteuse__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding-top: 93px;
  padding-bottom: 210px;
}
@media screen and (max-width: 1200px) {
  .siteuse__wrapper {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .siteuse__wrapper {
    width: 89.3333333333vw;
    padding-bottom: 50px;
  }
}
.siteuse__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .siteuse__text {
    font-size: 15px;
  }
}/*# sourceMappingURL=siteuse.css.map */