.cs-content .clinet_img{
    height: 88px;
    width: 88px;
    flex: 0 0 88px;
	border-radius: 50%; 
	overflow: hidden;
}
.cs-content .clinet_img img {
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.reviews_wrap .review{
    border: 1px solid var(--color-dark);
    border-radius: 15px;
}
.review_content:before{
    content: url('../../img/quote-icon.svg');
    left: 0;
    position: absolute;
    top: -60px;
}
.posts_row .case_wrap:last-child{
    border-bottom: none !important;
}