.review_item .review_item__content {
padding: 25px;
padding-top: 0;
width: 100%;
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: visible;
}
.review_item .review_item__content img {
width: 100px;
height: 100px;
position: relative;
overflow: visible;
margin-left: 0;
border-radius: 50%;
object-fit: cover;
background-color: #fff;
padding: 5px;
border: 1px solid #D6DAE4;
margin-bottom: 20px;
}
.review_item .review_item__content .name {
font-size: 18px;
word-break: break-word;
word-wrap: break-word;
margin-top: 20px;
}
.review_item .review_item__content .rating {
margin-bottom: 15px;
}
.review_item .review_item__content .rating .star {
background-image: url(//www.jasdesigner.com/wp-content/themes/jasdesigner/assets/svgs/star.svg);
width: 15px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
margin-right: 5px;
}
.review_item .review_item__content .review {
font-size: 22px;
white-space: pre-wrap;
}
.review__itemList__slider .slick-slide {
margin: 0 15px;
}
.review__itemList__slider .slick-list {
margin: 0 -15px;
}
@media only screen and (max-width: 565px) {
.review_item .review_item__content .review,
.review_item .review_item__content .name {
font-size: 16px;
}
.review__itemList__slider .slick-prev, 
.review__itemList__slider .slick-next {
bottom:0;
top: auto;
}
}