.about-hero-grid {
  align-items: center;
  gap: var(--space-8);
}

.about-hero-media-wrapper {
  display: flex;
  justify-content: center;
}

.about-hero-media {
  max-width: 480px;
}

.about-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.about-grid {
  gap: var(--space-8);
  align-items: flex-start;
}

.about-section-header {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.about-how-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-how-media {
  max-width: 520px;
}

.about-offer-media {
  max-width: 520px;
}

.about-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 768px) {
  .about-hero-grid {
    text-align: left;
  }

  .about-hero-media {
    max-width: 360px;
  }

  .about-hero-cta,
  .about-cta-inline {
    flex-direction: column;
    align-items: flex-start;
  }
}
