

/* Responsive tweaks */
@media (max-width: 768px) {
  .about-us .section-row {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }

  .about-us h2 {
    font-size: 1.5rem;
  }

  .about-us p {
    font-size: 0.9rem;
  }
}