.customers-testimonials{
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.shadow-effect {
  background: #fff;
  padding: 0;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: row;
}

.owl-loaded {
  padding: 0 30px;
}

.customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.customers-testimonials .item {
  text-align: center;
  -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;
}
.customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-buttons .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
.customers-testimonials.owl-buttons .owl-dots .owl-dot.active span,
.customers-testimonials.owl-buttons .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.customers-testimonials.owl-buttons .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.customers-testimonials.owl-buttons .owl-dots .owl-dot{
  display: inline-block;
}
.customers-testimonials.owl-buttons .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;
}
.slick-list {
  margin: 0 30px; 
}
.owl-next{
  top: 50%;
  font-size: 32px;
  background: rgba(27, 51, 92, 0.0);
  position: absolute;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.owl-prev{
  top: 50%;
  font-size: 32px;
  background: rgba(27, 51, 92, 0.0);
  position: absolute;
  left: 0;
  z-index: 99;
  cursor: pointer;
}
i.fas.fa-chevron-left.previous:focus, button.owl-prev {
  outline: none;
}
i.fas.fa-chevron-right.next:focus , button.owl-next{
  outline: none;
}
.owl-prev.slick-disabled .fa-chevron-left:before  {
  opacity: 0.4;
}
.owl-next.slick-disabled .fa-chevron-right:before  {
  opacity: 0.4;
}
.owl-prev .fa-chevron-left:before  {
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 22px;
  height: 62px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5471282/Banners/left-row-slider.svg);
}
.owl-next .fa-chevron-right:before {
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 22px;
  height: 62px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5471282/Banners/right-row-slider.svg);
}
.content_download.home.download {
  display: block;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 90%  !important;
  align-items: center;
  margin: 0 auto;
}

.shadow-effect .info img{
  width: 96px;
  margin-bottom: 9px;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 265px;
}
.item.slick-slide:focus,.item.slick-slide:focus-visible {
  outline: none !important;
}
@media (max-width: 1024px){
  .slick-list {
    margin: 0; 
  }
  .shadow-effect {
    display: flex;
    flex-direction: column;
  }
  .info { 
    align-self: start;
    max-width: 290px;
  }

}
@media (max-width: 768px){
  .content_download.home.download {
    display: none;
  }
  .info {
    align-self: start;
    max-width: 100%;
  }
}


