.about .header1,
.about .header2 {
  font-family: "DM Serif Display", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2e4e66;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.about .header2 {
  font-size: 1.5rem;
}

.about .statement-section p {
  color: #6b8294;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
}

.about .statements {
  margin: 3rem 0;
}

.about .statement-section {
  padding: 0 1.5rem;
}

.about .statistics-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: 1px solid #cad7e1;
  border-bottom: 1px solid #cad7e1;
  padding: 0.5rem 1.5rem;
}

.about .statistic-item {
  padding: 1rem 0;
}

.about .statistic-item h3 {
  text-align: center;
  font-size: 3rem;
  font-family: "DM Serif Display", sans-serif;
  color: #b9416f;
  margin: 0;
}

.about .statistic-item p {
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  color: #6b8294;
}

.about .middle-section {
  width: 100%;
  margin: 4rem 0;
}

.about .middle-section img {
  width: 100%;
}

@media (min-width: 634px) {
  .about .statistics-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    border: none;
  }

  .about .statistic-item {
    padding: 1.5rem 0;
    border-top: 1px solid #cad7e1;
    border-bottom: 1px solid #cad7e1;
  }

  .about .statistic-item h3 {
    text-align: start;
  }

  .about .statistic-item p {
    text-align: start;
  }
}

@media (min-width: 768px) {
  .about .statement-section p {
    text-align: start;
    margin-bottom: 0;
  }

  .about .header1 {
    font-size: 3rem;
    margin: 0;
    text-align: start;
  }

  .about .header2 {
    font-size: 2.25rem;
    margin: 0;
    text-align: start;
  }

  .about .statements {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 4rem;
    align-items: center;
  }

  .about .statement-section,
  .about .statistics-section {
    padding: 0 4.5rem;
  }
}

@media (min-width: 1024px) {
  .about .statement-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 9rem;
  }

  .about .statistics-section {
    padding: 0 9rem;
  }
}
