.content {
  position: relative;
  min-height: calc(100vh - 5.5rem);
  padding: 5rem 0;
}
.content__container {
  max-width: 49.75rem;
  margin: 0 auto;
}
.content__title {
  line-height: 110%;
}
.content__text {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  opacity: 0.8;
}
.content__text > *:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 768px) {
  .content {
    min-height: calc(100vh - 56px);
    padding: 60px 0;
  }
  .content__title {
    font-size: 32px;
  }
  .content__text {
    font-size: 16px;
  }
  .content__text > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=content.css.map */