.about {
  padding: 80px 0;
}

.about-text h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #07CCEC; /* Accent color */
  margin-bottom: 15px;
}

.about-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.about-image img {
  border-radius: 12px;
  object-fit: cover;
}
