.tnl-testimonial-slider-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
.tnl-testimonial-slider{
  margin:20px auto;
}
.tnl-card{
  background:#ffffff;
  padding:24px 24px 20px;
  border-radius:18px;
  margin:10px;
  min-height:220px;
  box-shadow:0 6px 16px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.tnl-stars{
  color:#FFD700;
  font-size:18px;
  margin-bottom:12px;
}
.tnl-content{
  font-size:15px;
  line-height:1.6;
  margin-bottom:16px;
}
.tnl-user{
  display:flex;
  align-items:center;
  margin-top:8px;
}
.tnl-user img{
  min-width:48px;
  min-height:48px;
  max-width:48px;
  max-height:48px;
  border-radius:50%;
  border:2px solid #fff;
  object-fit:cover;
  margin-right:10px;
}
.tnl-name{
  font-weight:600;
  font-size:15px;
}
.slick-dots li button:before{
  font-size:10px;
}

.tnl-icon {
    width: 40px;
    height: 40px;
  }
  
@media (min-width:1024px){
  .tnl-card{
    margin:10px 14px;
  }
}
