.home-section {
  padding: 4rem 2rem;
  text-align: center;
}

.home-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.home-section p {
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}
