.reviews .review {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    color: #1e2122;
}

.reviews .review .stars_positive {
    background: url("/wp-content/themes/ai3/template-parts/block-reviews/star.png");
    height: 18px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767.8px) {
    .reviews .review .stars_negative{
        line-height: 18px;
    }
    .reviews .review p{
        margin-bottom: 15px;
        line-height: 20px;
    }
}