.qwerty-testimonial-carousel {
    width: 100%;
    position: relative;
}

.qwerty-testimonial-carousel .swiper {
    width: 100%;
}

.qwerty-testimonial-card {
    background-color: #fff;
    aspect-ratio: 522 / 399;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.qwerty-quote-icon {
    display: block;
    max-height: 40px;
    margin-bottom: 10px;
}

.qwerty-testimonial-headline {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.qwerty-testimonial-text {
    font-size: 1em;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.75em;
}

.qwerty-client-name {
    font-weight: bold;
    margin: 0;
}

.qwerty-client-role {
    font-style: italic;
    color: #666;
    margin: 0.25em 0 0 0;
}

.qwerty-testimonial-carousel .swiper-button-prev,
.qwerty-testimonial-carousel .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: none;
    color: #000;
    opacity: 0.8;
}

.qwerty-testimonial-carousel .swiper-button-prev:hover,
.qwerty-testimonial-carousel .swiper-button-next:hover {
    opacity: 1;
}

.qwerty-testimonial-carousel .swiper-button-prev {
    left: 10px;
}
.qwerty-testimonial-carousel .swiper-button-next {
    right: 10px;
}
