.content {
  position: relative;
  min-height: calc(100vh - 7.8125rem);
  padding: 10rem 0;
}
.content__text {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  color: var(--white-06);
}
.content__text > *:not(:last-child) {
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  .content {
    min-height: unset;
    padding: 120px 0;
  }
  .content__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=content.css.map */
/*# sourceMappingURL=content.css.map */