#about {
  margin-top: 20px;
  padding: 40px 1px;
  text-align: center;
  color: white;
  background-color: #313552;
}

#about h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
}

.about-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.about-item {
  text-align: center;
}

.about-item .number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #48e5c2;
}

.about-item p {
  font-size: 1rem;
  margin-top: 5px;
}

.about-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

@media screen and (max-width: 600px) {
  .about-grid {
    flex-direction: column;
    gap: 15px;
  }

  .about-item .number {
    font-size: 2rem;
  }

  .about-text {
    font-size: 1rem;
  }
}
