.section {
  padding-block: 32px;
}

.section + .section {
  padding-top: 0;
}

.scroll-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}

.scroll-row > * {
  scroll-snap-align: start;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.section-header h2 {
  font-size: 1.1rem;
}

.section-header .section-subtitle {
  max-width: 40rem;
}

@media (min-width: 900px) {
  .section {
    padding-block: 40px;
  }
}
