/* -----------------------------------
   Hero Section
----------------------------------- */
.hero-section {
  background-color: #094e7c;
  color: white;
  padding: 80px 0;
  text-align: center;
  background-image: url("https://apecton.com/wp-content/uploads/sales_20_1200x655_2-darker.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section h1 {
  color: white;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero-section h4 {
  color: white;
  font-weight: 300;
}

/* -----------------------------------
   Responsive
----------------------------------- */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
