.block-featured-comment {
    background: #FCF8F4;
    padding: 24px 24px 16px;
}

.block-featured-comment::before {
    background: url(five-stars.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 128px;
    height: 24px;
    margin: 0 auto;
}

.block-featured-comment .block-featured-comment__quote {
    margin-block: 16px;
    font-style: italic;
}

.block-featured-comment .block-featured-comment__author {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
