.content {
  margin-top: -6.25rem;
  padding: 10rem 0;
}
.content__wrapper {
  max-width: 48.75rem;
  width: 100%;
  margin: 0 auto;
  color: var(--white-08);
}
.content__wrapper > *:not(:last-child) {
  margin-bottom: 1.125rem;
}
.content__wrapper a:not(.btn) {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .content__wrapper a:not(.btn):hover {
    color: var(--white);
  }
}
@media (max-width: 768px) {
  .content {
    margin-top: -355px;
    padding: 80px 0;
  }
  .content__wrapper {
    color: var(--white-08);
  }
  .content__wrapper > *:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
/*# sourceMappingURL=content.css.map */
/*# sourceMappingURL=content.css.map */