.about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 100px 0px; */
  min-height: 320px;
  gap: 12px;
  background: url('/volunteers-bg.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 320px;
  color: #333;
  text-align: center;
}

.about-stats {
  font-family: 'Sen';
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.about-description {
  font-family: 'Inter';
  font-size: 24px;
  letter-spacing: -3%;
  margin: 0;
  max-width: min(700px, 85%);
  line-height: 125%;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .about-section {
    min-height: 280px;
    background-size: 280px;
  }

  .about-stats {
    font-family: 'Sen';
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    max-width: min(700px, 82.5%);
  }

  .about-description {
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: -3%;
    margin: 0;
    max-width: min(700px, 80%);
    line-height: 125%;
    font-weight: 400;
  }
}
