.faq-hero {
  align-items: center;
}

.faq-hero__content {
  max-width: 560px;
}

.faq-hero__image-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.faq-hero__image {
  width: 100%;
}

.faq-card {
  margin-top: var(--space-8);
}

.faq-item:first-of-type {
  padding-top: 0;
}

.faq-image {
  max-width: 620px;
}

.faq-cta-bottom {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .faq-hero {
    gap: var(--space-6);
  }

  .faq-hero__image-wrapper {
    order: -1;
  }
}
