.block-featured-comment {
    background: var(--wp--preset--color--quaternary);
    padding: 16px;
}

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