.page__learn {
  padding-top: 1rem;
}

@media (max-width: 810px) {
  section.features,
  section.form,
  section.certification,
  section.page__professors {
    padding: 3rem 0 2rem;
  }
  .features__list__item {
    grid-template-columns: 1fr 1fr;
  }
}

.hero .hero__bg-items::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 80%
  );
}
