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

.hero-media--etterem {
  min-height: 260px;
}

.hero-media--tall {
  min-height: 320px;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: var(--text-4xl);
  }

  .hero-media--etterem,
  .hero-media--tall {
    min-height: 420px;
  }
}

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

.section-header .section-kicker {
  margin-bottom: var(--space-2);
}

.section-header p {
  max-width: 46rem;
}

.hero-copy .atmosphere-token-row {
  max-width: 32rem;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote::before {
  content: "\201C";
  position: absolute;
  left: -0.35em;
  top: -0.25em;
  font-size: 2.5rem;
  color: rgba(185, 160, 134, 0.35);
}

@media (max-width: 767px) {
  .hero {
    padding-top: var(--space-10);
  }
}
