
span.img-spm img{
    width: 50px !important;
    margin: auto;
    margin-bottom: 50px;
}
.testimonial .description{
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.feedback-area{
     background-image: url('../img/bg-map.png');
}
.testimonial{
	margin: 0px 20px 160px;
}
.what-clie{
	margin-bottom: 50px !important;
}