.block-featured-comment {
    border: 2px solid var(--wp--preset--color--primary);
    position: relative;
    padding-top: 24px;
}

.block-featured-comment::before {
    background: url(../svg/5-stars.svg) no-repeat center;
    background-size: cover;
    content: '';
    display: block;
    width: 124px;
    height: 36px;
    position: absolute;
    left: calc( 50% - 62px );
    top: -18px;
}

.block-featured-comment__title {
    font-family: var(--wp--preset--font-family--system-font);
    font-size: var(--wp--preset--font-size--huge);
    font-weight: 900;
    line-height: var(--wp--custom--line-height--small);
    text-align: center;
    margin: 0 0 16px;
}

.block-featured-comment .wp-block-quote {
    text-align: center;
}

.block-featured-comment__link {
    text-align: center;
    font-family: var(--wp--preset--font-family--system-font);
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 600;
}