.vc-testimonial-slider{max-width:900px;margin:auto;position: relative;}
.testimonial-item{display:flex;gap:30px;align-items: flex-start;padding: 20px;}
.testimonial-left img{width: 100px !important;height: auto;border-radius:50%;max-width: unset;margin-bottom: 20px;}
.stars span{color:#ddd;font-size:18px}
.stars .filled{color:#f5b400}
.testimonial-content h4{font-size:22px}
.testimonial-content p{line-height:1.6}
.testimonial-content strong{color:#a94728;text-align: right;float: right;}
.testimonial-content span{font-size:13px;color:#888;float: right;}
.stars:{text-align:center;}
.testimonial-left {text-align: center;}
.author_details{float:right}

.vcts-arrow{
  position:absolute;
  top: 50%;
  transform:translateY(-50%);
  background:transparent;
  border:0;
  font-size: 74px;
  cursor:pointer;
  font-weight: 100;
}

.vcts-prev{left: -5vw;}
.vcts-next{right: -5vw;}

.vcts-dashes{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}

.vcts-dash{
  width:28px;
  height:4px;
  background:#ddd;
  border:0;
  cursor:pointer;
}

.vcts-dash.is-active{
  background:#222;
}

@media (max-width:480px)
{
  .testimonial-item{display: inline-block;gap:30px;align-items: flex-start;padding: 20px;}

}