.aboutUs {
  margin-top: 100px;
  padding: 40px;
  max-width: 800px;
}

.aboutUs-title {
  font-size: 28px;
  font-weight: 700;
  color: #d06b7d;
  margin-bottom: 20px;
}

.aboutUs p {
  font-size: 22px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .aboutUs {
    margin-top: 190px;
    padding: 20px;
  }

  .aboutUs-title {
    font-size: 24px;
  }

  .aboutUs p {
    font-size: 14px;
  }
}