/* Enlarge the icon to match image size */
.hero-icon {
  font-size: 15rem; /* Adjust as needed to match your image size */
  display: block;
  margin: 0 auto;
  color: var(--accent-color);
}
