body {
  font-family: "Open Sans", sans-serif;
}

.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 14px;
  height: 45px;
  /*border-radius: 50%;
  border: 2px solid #3ac2f1;*/
  z-index: 1;
  color: #000;
  text-align: center;
  line-height: 43px;
    top: 48%;

}

.prev {
  left: 0px;
}

.next {
  right: 0px;
}


/*.scartsolusec-carousel .slick-slide{text-align: center;}
.scartsolusec-carousel .slick-slide img{display: inline-block !important;}*/


.news-carousel .prev {
  left: 0px;
}

.news-carousel .next {
  right: 0px;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
