/* /styles/enhancements.css */

/*
 * Increase side margins for the hero section on larger screens
 * to improve visual balance and readability.
 */
@media (min-width: 1200px) {
  .hero__content {
    padding: 0 4rem; /* Increase left and right padding */
  }
}