
.why-us-content {text-align: center; margin-top: 1rem;
}

.why-us-content img {
	height: 60px;
}	

.why-us-content img:hover {
	opacity: 0.65;
	transition: opacity 0.3s ease;
}

.splide__slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide__slide img {
  max-height: 30px; /* Set your desired height */
  height: auto;
  width: auto;
}