.hero--faq {
  background: radial-gradient(circle at top, rgba(56,189,248,0.35), rgba(129,140,248,0.35) 30%, rgba(15,23,42,1) 75%);
}
.faq-grid {
  align-items: flex-start;
}
.faq-item {
  background: radial-gradient(circle at top left, rgba(56,189,248,0.18), rgba(15,23,42,0.96));
}
.faq-item__question {
  color: #bfdbfe;
}
.hero__screenshot {
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .hero--faq .hero__title {
    max-width: 22rem;
  }
}
