.hero {
  padding: 0 !important;
  position: relative;
  height: 300px;
}

.hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(45%);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-content h1,
.hero-content h2 {
  color: white;
}

/* ===========================
   Responsives Design (Breakpoints)
   Range: 320px – 1920px
=========================== */

/* Extra Large Devices (1200px – 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
}

/* Large Devices (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Medium Devices (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Small Devices (576px – 767px) */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Extra Small Smartphones (320px – 575px) */
@media (max-width: 575px) {
}
