/* Review */
.review .card {
    border-top: 3px solid var(--blue);
    background: var(--dark);
}
.review .card .reviews_star {
    display: flex;
    position: relative;
    top: -10px;
}
.review .card .stars .trustpilot-star {
    fill: var(--blue);
    border-radius: 4px;
}
.review .card .user {
    fill: var(--blue);
}
.review .card .reviews_star img:first-child {
    margin-left: 0 !important;
}
.review .card h3 {
    color: var(--white);
    font-size: 18px;
}
.review .card p {
    font-size: 14px;
}
.review .card a {
    float: right;
    text-decoration: none;
    color: var(--white);
}
.review .card a i {
    color: var(--blue);
}
.review .reviews_footer h3 {
    color: var(--light);
    font-size: 18px;
    font-weight: 400;
}
.review .reviews_footer svg {
    width: 100%;
    height: 24px;
}
