.content {
  padding: 10.625rem 0;
  position: relative;
  min-height: calc(100vh - 5.5rem);
}
.content__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5.5rem;
  z-index: -1;
}
.content__blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content__container {
  max-width: 49.75rem;
  width: 100%;
  margin: 0 auto;
}
.content__title {
  font-size: max(4rem, 12px);
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 3.75rem;
}
.content__text {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  opacity: 0.8;
}
.content__text > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .content {
    padding: 130px 0;
    min-height: calc(100vh - 56px);
  }
  .content__blur {
    bottom: -56px;
  }
  .content__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .content__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=content.css.map */
/*# sourceMappingURL=content.css.map */