#customers-testimonials .item {
     text-align: center;
     margin-bottom: 50px;
     padding: 31px 0 0;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     /* background: url("../img/bg-profile-img.png") no-repeat center; */
     /* background-size: 300px 350px; */
     /* height: 350px; */
     margin-top: 50px;
   }
   #customers-testimonials .owl-item.active.center .item {
     opacity: 1;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
   .owl-carousel .owl-item img {
     transform-style: preserve-3d;
     max-width: 250px;
     max-height: 250px;
     margin: 0 auto 17px;
   }
   #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
   #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
     background: #3f49c0;
     transform: translate3d(0px, -50%, 0px) scale(0.6);
   }
   #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;
     outline: none;
   }
   #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
     background: #b1d2fe;
     display: inline-block;
     height: 30px;
     margin: 0 2px 5px;
     transform: translate3d(0px, -50%, 0px) scale(0.3);
     transform-origin: 50% 50% 0;
     transition: all 250ms ease-out 0s;
     width: 30px;
     border-radius: 100%;
   }