#featured-review {
    text-align: center;
}

.featured-review-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--site-black);
}

.featured-review-username {
    font-size: 20px;
    font-weight: 600;
    color: var(--site-black);
}

.featured-review-description {
    margin: 20px 0px;
}

#featured-review svg {
    height: 33px;
    margin-top: 5px;
}