.block-featured-comment {
    background: var(--wp--preset--color--septenary);
    padding: 24px;
    text-align: center;
}

.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 blockquote.wp-block-quote,
.block-featured-comment blockquote.wp-block-quote cite {
	border: none;
	padding: 0;
	margin-top: 8px;
}

.block-featured-comment blockquote.wp-block-quote p {
    font-family: var(--wp--preset--font-family--display);
    font-weight: 300;
    font-size: 20px;
    line-height: var(--wp--custom--line-height--tiny);    
}

.block-featured-comment blockquote.wp-block-quote cite {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-style: normal;
}

.block-featured-comment .wp-element-button {
    font-size: 14px;
    text-transform: uppercase;
}