.about-page section {
  padding: 60px 0;
}
.about-page .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-page .section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.about-intro .about-text {
  padding-right: 30px;
}
.about-highlights {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.about-highlights li {
  font-size: 16px;
  margin-bottom: 10px;
}
.shadow-box {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}
.bg-light {
  background-color: #f9f9f9;
}
.icon-box {
  font-size: 40px;
  color: #2c7a3f;
  margin-bottom: 15px;
}
.why-choose-us h4 {
  margin-top: 10px;
  font-weight: bold;
}
