.slide-container {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  gap: 2rem;
}

.slider-heading {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0rem 2rem;
  text-align: center; 
}

.logo-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3rem; 
}

.slide-image {
  
  object-fit: contain;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

