.block-featured-comment {
}

.block-featured-comment::before {
    background: url(https://www.dessertfortwo.com/wp-content/themes/dessertfortwo-2025/blocks/featured-comment/five-stars.svg) no-repeat top center;
    background-size: 120px 24px;
    content: '';
    display: block;
    width: 150px;
    height: calc( 24px + 18px );
    margin: 16px auto 0;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--wp--preset--color--primary);
}

.block-featured-comment__inner {
    padding-bottom: 16px;
}