.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("/assets/banner4.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
  /* margin-top: 80px; */
}

.intro-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
    url("/assets/contact-intro.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.feature-icon {
  background-color: #0dcaf0 !important;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.contact-card{
  background-color: #343a40 !important;
  opacity: 0.8 !important;
}
