/* Responsive tweaks */
@media (max-width: 768px) {
  .about-title {
    font-size: 1.5rem;
  }
  .banner-text h1 {
    font-size: 2rem;
  }
  .banner-text p {
    font-size: 1rem;
  }
}
/* Custom color for About Us title */
.about-title {
  color: #d4af37; /* Gold shade, matches theme secondary */
  font-weight: 700;
}
