.about-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-section > h2 {
  margin-bottom: 1rem;
}

#content {
  min-height: 75vh;
}
