.review_wrap{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
}
.top_review_bar{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.content_review p:last-of-type{
    margin-bottom: 0;
}
div.stars{
    display: flex;
}
@media screen and (min-width: 991px) {
    .review_wrap{
        min-height: 175px;
    }
}

.content_review p{
    color: #6C6A72;
}

.top_review_bar h5{
    margin-bottom: 0;
}
.top_review_bar{
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    body .review_wrap{
        padding: 20px;
    }
    .stars svg {
        max-width: 18px;
        max-height: 18px;
    }
}
