.hs_client_rating .fa.fa-star,
.hs_client_rating .fa.fa-star-o{
    color: #F5D91E;
}
.hs_title {
    font-weight: 700;
}
.hs_client_name {
    color: #747474;
    font-size: 11px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hs_client_name::before {
    position: relative;
    top: 0;
    left: -10px;
    content: "-";
    color: #747474;
}
.hs_client_image img{
    width: auto;
}
.col-custom-3 .hs_column:nth-child(4n+1){
    clear: both;
}
.col-custom-4 .hs_column:nth-child(3n+1){
    clear: both;
}
.col-custom-6 .hs_column:nth-child(2n+1){
    clear: both;
}
.col-custom-12 .hs_column{
    clear: both;
}
.hs_column{
    margin-bottom: 20px;
}
.hs_testimonial_wrapper{
    clear: both;
}
.hs_client_message{
    word-wrap: break-word;   
}