.pt-people-section {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.pt-people-section__header {
  margin-bottom: 1.5rem;
}

.pt-people-section__header .title,
.pt-people-section__header h2 {
  font-size: 2rem;
  line-height: 2rem;
  color: #262626;
  margin: 0;
}

.pt-people-section__groups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .pt-people-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .pt-people-section__header {
    margin-bottom: 1rem;
  }

  .pt-people-section__header .title,
  .pt-people-section__header h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .pt-people-section__groups {
    gap: 1.25rem;
  }
}
