 .testimonial-main-content p {
    line-height: 36px;
    font-family: GreycliffCF,Geneva,sans-serif;
    margin: 0;
    font-weight: 400;
}
.author-content p {
    line-height: 22px;
    font-family: GreycliffCF,Geneva,sans-serif;
    margin: 0;
    font-weight: 700;
}
/*.testimonial-inner-content {
    padding: 60px 50px;
    background-color: #2B3840;
    margin: 0px 15px;
}*/
.author-img img {
    border-radius: 50rem;
    width: 75px;
    padding-right: 10px;
}
.author-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 30%;
}
.author-content {
    flex: 0 70%;
}
.testimonial-inner {
    padding: 60px 50px;
    background-color: #2b3840;
    margin: 0px 15px;
    box-sizing: border-box;
}
.author-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}
p.author-name {
    text-transform: uppercase;
}
.slick-next:before, .slick-prev:before {
    font-size: 0px !important;
}
.slick-prev:before {
    background-image: url(https://clouderp.rootstock.com/hubfs/2022-Rootstock-LP/Mask-1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 43px;
    background-size: 22px;
    content: '';
    position: absolute;
    left: 0;
}
.slick-next:before {
    background-image: url(https://clouderp.rootstock.com/hubfs/2022-Rootstock-LP/Mask-2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 43px;
    background-size: 22px;
    content: '';
    position: absolute;
    right: 0;
}
button.slick-prev.slick-arrow {
    top: calc(50% - 43px);
}
button.slick-next.slick-arrow {
    top: calc(50% - 43px);
}
.slick-dots li button:before {
    color: #fff !important;
    font-size: 15px !important;
}
.slick-dots {
    bottom: -70px !important;
}
.testimonial-main-content {
    min-height: 215px;
}
@media(max-width:1230px){
  .slick-prev {
    left: -15px !important;
}
  .slick-next {
    right: -15px !important;
}
  .slick-next:before, .slick-prev:before{
    width: 20px;
    height: 30px;
    background-size: 15px;
  }
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    top: calc(50% - 30px);
}
    
  }
}
@media(max-width:1000px){
  .testimonial-main-content p {
    font-size: 20px !important;
    line-height: 30px;
  }
  .testimonial-inner {
    padding: 60px 30px;
}
.testimonial-main-content p {
    font-size: 21px !important;
   line-height: 30px;

}
.author-img img{
  height: auto !important;
}
}
@media(max-width:767px){
  .testimonial-outer {
    padding: 60px 0px !important;
  }
  .slick-slider {
    margin-bottom: 0px !important;
}
  .testimonial-inner-content {
    padding: 40px;
  }
  .testimonial-main-content p {
    font-size: 18px !important;
    line-height: 28px;
}
  .author-content p {
    font-size: 14px !important;
    line-height: 20px;
  }
  .author-details {
    padding-top: 30px;
  }
  .testimonial-main-content {
    min-height: auto;
}
.testimonial-inner {
    height: auto !important;
}
.testimonial-main-content p {
    font-size: 21px !important;
   line-height: 30px;

}
.author-img img{
  height: auto !important;
}
.testimonial-inner {
    padding: 60px 30px;
}
}
@media(max-width:479px){
.testimonial-inner {
    padding: 60px 0px !important;
} 
  .author-details, .author-img {
    display: block;
}
  .author-img {
    padding-right: 0px;
    padding-bottom: 15px;
}
}