.what-set-us {
  background: #ffffff;
}

.whatsetus-title {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700;
}

.whatsetus-subtitle {
  font-size: 20px;
  font-weight: 500;
  max-width: 700px;
}

.set-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}

.set-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .whatsetus-title {
    font-size: 26px;
  }

  .set-item h4 {
    font-size: 18px;
  }
}
