.quoteslider {}

.quoteslider .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    text-align: center;
}

.quoteslider .swiper-slide .quoteslider-image img  {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
}

@media (min-width: 350px) {
    .quoteslider .swiper-slide .quoteslider-image img  {
        width: 220px;
        height: 220px;
    }
}

.quoteslider .swiper-slide .quoteslider-content {
    color: white;
}

.quoteslider .swiper-slide .quoteslider-autor {
    color: var(--bs-light);
    font-style: italic;
}

/*-------------------------------------
Swiper Elements
-------------------------------------*/
.swiper .swiper-wrapper {
    margin: 0 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 48px;
    height: 48px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-light);
}

.swiper-button-prev::after {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill=\'black\' d="M36.121,3.293,34.707,1.879a1,1,0,0,0-1.414,0L11.879,23.293a1,1,0,0,0,0,1.414L33.293,46.121a1,1,0,0,0,1.414,0l1.414-1.414a1,1,0,0,0,0-1.414L16.828,24,36.121,4.707A1,1,0,0,0,36.121,3.293Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill=\'black\' d="M36.121,3.293,34.707,1.879a1,1,0,0,0-1.414,0L11.879,23.293a1,1,0,0,0,0,1.414L33.293,46.121a1,1,0,0,0,1.414,0l1.414-1.414a1,1,0,0,0,0-1.414L16.828,24,36.121,4.707A1,1,0,0,0,36.121,3.293Z"/></svg>');
}

.swiper-button-next::after {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill=\'black\' d="M14.707,1.879a1,1,0,0,0-1.414,0L11.879,3.293a1,1,0,0,0,0,1.414L31.172,24,11.879,43.293a1,1,0,0,0,0,1.414l1.414,1.414a1,1,0,0,0,1.414,0L36.121,24.707a1,1,0,0,0,0-1.414Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill=\'black\' d="M14.707,1.879a1,1,0,0,0-1.414,0L11.879,3.293a1,1,0,0,0,0,1.414L31.172,24,11.879,43.293a1,1,0,0,0,0,1.414l1.414,1.414a1,1,0,0,0,1.414,0L36.121,24.707a1,1,0,0,0,0-1.414Z"/></svg>');
}

@media (min-width: 992px) {
    .quoteslider .swiper-slide {
        flex-direction: row;
        text-align: left;
    }

    .quoteslider .swiper-slide {
        padding: 0 5rem;
    }
}
