.testimonialWrap{
  overflow:hidden;
  border-radius:24px;
  position:relative;
}
.testimonial__slide .slick-list{
  overflow:visible;
}
.testimonial__slide--inner{
  background-color: #7C472D;
}
.testimonial__slide--box{
  background-color:#fff;
  max-width:400px;
  margin-left:auto;
  border-radius:12px;
  padding:16px;
  font-size:16px;
  position:relative;
  z-index:1;
  border:0;
  line-height:1.5;
  margin-bottom:0;
}
.testimonial__slide--quoter{
  margin-top:15px;
}
.testimonial__slide--quoter small{
  font-size:14px;
  display:block;
}

.testimonial__slide--box svg{
  position:absolute;
  top:12px;
  left:12px;
  z-index:-1;
}

.testimonial__slide--arrows{
  display:flex;
  justify-content:center;
  z-index:1;
  position:relative;
}
.testimonial__slide--arrows span{
  display:block;
  cursor:pointer;
  padding:0 20px;
}
.testimonial__slide--arrows span:hover{
  opacity:.7;
}
.hs-blog-featured-posts .blog-post-tag-link {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: bold;
}
.hs-blog-featured-posts .post-title {
  margin: 20px 0;
  font-weight: bold;
}
.hs-blog-featured-posts .content p {
  margin: 0 0 20px;
}
.hs-blog-featured-posts .post-title a {
  color: inherit;
  font-weight: bold;
}
.hs-blog-featured-posts .read-more-btn.redcolor {
  font-size: 16px;
}
@media (min-width:768px){
  .testimonial__slide{
    max-width:890px;
  }
  .testimonial__slide--inner{
    position:relative;
    padding:80px 50px;
    display:flex;
  }
  .testimonial__slide--img{
    position:absolute;
    width:70%;
    height:100%;
    top:0;
    left:0;
  }
  .testimonial__slide--img img{
    width:100%;
    height:100%!important;
    object-fit:cover;
    -o- object-fit:cover;
  }
  .testimonial__slide--box{
    font-size:18px;
    border-radius:16px;
    padding:32px;
  }
  .testimonial__slide--quoter strong{
    font-size:16px;
  }
  .testimonial__slide--controls{
    position: absolute;
    top: 0;
    right: 0;
    text-align:center;
    color:#fff;
    width:calc(100% - 890px);
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .pagingInfo{
    margin-top:15px;
    display:block;
  }
  .testimonial__slide--item:not(.slick-current) .testimonial__slide--inner:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.4);
    transition:.3s all linear;
  }
}
@media (max-width:1199px) and (min-width:768px) {
  .testimonial__slide{
    width:80%!important;
  }
  .testimonial__slide--controls{
    width:20%;
  }
}
@media (max-width:767px){
  .testimonialWrap{
    border-radius:0;
    overflow:visible;
  }
  .testimonial__slide{
    margin-left:-8px;
    padding-right:16px;
  }
  .testimonial__slide .slick-slide{
    padding:0 8px;
  }
  .testimonial__slide--inner{
    border-radius:16px;
    overflow:hidden;
  }
  .testimonial__slide--box{
    max-width: calc(100% - 30px);
    margin: 15px auto;
  }
  .testimonial__slide--arrows{
    order:2;
  }
  .testimonial__slide--arrows svg{
    width:15px;
  }
  .testimonial__slide--arrows svg path{
    fill:#1B1C1F;
  }
  .testimonial__slide--controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .cm-customer-testimonial {
    margin-bottom: 110px;
  }
}