﻿.jvs-background {
    color: #00a0e2;
}

.card__image__feedback {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border: 5px solid var(--color);
    padding: 20px;
    margin-bottom: 0.5rem;
}

    .card__image__feedback img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.card__feedback {
    width: 26rem;
    height: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 2rem;
    filter: blur(0px) !important;
}

.swiper-feedback {
    height: auto;
}

.feedback-width {
    width: 70%;
}

@media (max-width: 1024px) {
    .feedback-width {
        width: auto;
    }
}
