/* Basic styling (you can move this to your theme’s CSS file) */
.about-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  line-height: 1.8;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}
.about-section h2, 
.about-section h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-section p {
  margin-bottom: 20px;
}
.about-section ul {
  margin: 10px 0 30px 20px;
  list-style: disc;
}
.about-section .cta {
  text-align: center;
  margin-top: 40px;
}
.about-section .cta a {
  background: #c0392b;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.about-section .cta a:hover {
  background: #a93226;
}
.testimonials {
  background: #f8f8f8;
  padding: 40px;
  margin: 40px 0;
  border-radius: 10px;
}
.testimonials p {
  font-style: italic;
}
