/* Base Styles */

body {
  font-family: 'Arial', sans-serif;
}

#hero {
  background-image: url('../img/hero.jpg');
  background-size: cover;
  min-height: 60vh;
}

.feature-item img,
.product-item img {
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

#cta h3 {
  margin-bottom: 1rem;
}

