.about-section {
  padding: 80px 5%;
  background: #f9f9f9;
  text-align: center;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.about-image img {
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}

.about-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.about-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #ff6600;
  text-align: center;
}

.about-text h3 span {
  color: #333;
}

.about-text p {
  font-size: 1rem;
  color: gray;
  margin-bottom: 15px;
  line-height: 1.6;
}
