.about-ace {
  background-color: #f8f8f8;
  padding: 40px 20px;
  border-radius: 12px;
  margin-bottom: 50px;
  text-align: left;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.about-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111;
  text-align: center;
}

.usp-badge {
  background-color: #25D366;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.about-content h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #111;
}

.about-content p {
  font-size: 16px;
  line-height: 1.6;
}

.issues-list,
.benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.issues-list li,
.benefits-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.benefits-list strong {
  color: #000;
}

.about-content .summary {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}

.about-image {
  text-align: center;
  margin-top: 30px;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}