#review {
    text-align: center;
}

#review img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

#review .description {
    margin-bottom: 20px;
    font-size: 24px;
}

.review-company {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-company span {
    color: var(--site-primary);
    margin-left: 15px;
    font-weight: 500;
}

@media (max-width: 980px) {

}