.long-text {
  background-color: #f9f9f9;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.0715;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.long-text h1 {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  text-transform: none;
}

@media screen and (max-width: calc(576px - 1px)) {
  .long-text {
    width: 100vw;
  }
}
@media screen and (min-width: 576px) {
  .long-text {
    width: 80vw;
  }
}

/*# sourceMappingURL=legal-style.css.map */
