.hero-section {
  padding: 8rem 1rem 5rem;
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 2rem;
}
