.block-featured-comment.has-background {
    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 16px;
}

.block-featured-comment .block-featured-comment__quote {
	line-height: var(--wp--custom--line-height--medium);
}

.block-featured-comment .block-featured-comment__author {
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 900;
	text-transform: uppercase;
}
