.testimonial .owl-carousel {
  max-width: 1200px;
  margin:-10rem auto 0 auto;
}


.testimonial-head {
  width: 100%;
  height:300px;
  display:flex;
  justify-content: center;
  background-color:#28283c;
  background-image: url(https://8632011.fs1.hubspotusercontent-na1.net/hubfs/8632011/verlauf_magenta-schwarz_von_oben01.png) ;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
  text-align:center;
}

.testimonial-head  h2 {
  color:#ffffff;
  font-weight:400;
  font-size: calc(36px + (55 - 36) * ((100vw - 768px) / (1600 - 768)));
  margin:2.7rem 0 0 0;

}

.shadow-effect {
  border-radius: 10px;
  text-align: center;
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 400;
}
.testimonial-name {
  display: table;
  margin: auto;
  width: auto;
  padding: 27px 15px 0px 15px;
  text-align: center;
  color: #323a45;
  font-size: 26px;
  font-weight: 400;
}

.testimonial-location {
  color: #86868e;
  font-size: 22px;
  margin-bottom: 30px;
}
 

#customers-testimonials .item {
  text-align: center;
  padding: 30px;
  margin-bottom: 10px; 
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 100% !important;
  height: auto;
  border-radius: 10px;
  margin:0 auto;
  background-color:#cdcdcd;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}










