

.testimonial-card class^="number-slide"],
.testimonial-card [class*=" number-slide"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;
}

#testimonial-card .cards__card {
	background-color: #ffffff !important;
  Webkit filter: drop-shadow(0 2px 12px rgba(20,20,43,.06));
  filter: drop-shadow(0 2px 12px rgba(20,20,43,.06));
}

.navigation-wrapper {
  position: relative;
}

.dl_testimonial__logo-image img{
	max-width: 160px !important;
	max-height: unset !important;
	width: 100%;
	height: auto
}

.dl_testimonial__logo-image--b img{
	max-width: 120px !important;
	max-height: unset !important;
	width: 100%;
	height: auto
}

.arrow {
	border-radius: 16px !important;
}


