.slider-bg {
  background-position: center center;
  background-size: cover;
  opacity: 0.04;
}


.hero-image {
  object-fit: cover;
  border-radius: 0%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 15px solid transparent;
  padding: 5px;
  margin-bottom: 2.5rem;
}
