.first-section {
  width: 100%;

  display: flex;
  justify-content: center;

  padding: 0 1rem;
  margin-top: 4.4rem;

  background: url('../../assets/imgs/people-hero.png') center no-repeat;
}

.first-section div {
  width: 100%;
  max-width: 1200px;
}

.first-section div div {
  width: 100%;
  max-width: 480px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;

  padding: 5rem 0;
}

.first-section div div img {
  width: 100%;
  max-width: 460px;
}
.first-section div div p {
  font-size: 1.2rem;
  color: var(--white9);
}
.first-section div div p strong {
  font-weight: 600;
}