.testimonials-wrapper {
  padding: 50px 0; }
  .testimonials-wrapper .testimonials-header {
    padding-bottom: 20px; }
  .testimonials-wrapper .testimonials .slick-slide {
    margin-left: 20px; }
  .testimonials-wrapper .testimonials .testimonial {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px; }
    .testimonials-wrapper .testimonials .testimonial .testimonial-image {
      max-width: 450px; }
      .testimonials-wrapper .testimonials .testimonial .testimonial-image img {
        max-width: 450px;
        border-radius: 10px 0 0 10px; }
        @media (max-width: 768.98px) {
          .testimonials-wrapper .testimonials .testimonial .testimonial-image img {
            border-radius: 10px 10px 0 0; } }
    .testimonials-wrapper .testimonials .testimonial .testimonial-text {
      max-width: 450px;
      margin-left: 50px;
      max-height: 450px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768.98px) {
        .testimonials-wrapper .testimonials .testimonial .testimonial-text {
          margin-left: 15px;
          max-width: 185px;
          min-height: 400px; } }
    @media (max-width: 768.98px) {
      .testimonials-wrapper .testimonials .testimonial {
        position: relative;
        left: 10px; } }
  .testimonials-wrapper button.slick-arrow {
    min-width: 35px;
    min-height: 35px;
    border-radius: 25px;
    background-color: #ebebeb;
    color: #474747;
    z-index: 2; }
    @media (max-width: 768.98px) {
      .testimonials-wrapper button.slick-arrow {
        display: none !important; } }
  .testimonials-wrapper .slick-dots li button:before {
    font-family: fontawesome;
    content: "\F04D";
    font-size: 12px; }
  .testimonials-wrapper .slick-arrow:before {
    font-family: fontawesome;
    content: "\F105";
    position: absolute;
    top: 0px;
    left: 13px;
    color: #474747; }
  .testimonials-wrapper .slick-prev {
    left: 0px; }
  .testimonials-wrapper .slick-next {
    right: 10px; }
  .testimonials-wrapper .slick-prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 3px;
    left: 11px; }
  .testimonials-wrapper .slick-dots li.slick-active button:before {
    color: #474747; }

/*# sourceMappingURL=testimonials.css.map*/