.flickity-slider > .testimonials-slide:not(.col) {
    width: 75%!important;
    margin-right: 20px;
}

.testimonials-slide {
    position: relative;
    min-height: 100%;
    background-color: #f1f1f1;
    top: -50px;
}

.testimonials-slide:before {
    display: block;
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    height: calc(100% - 90px);
    width: calc(100% - 40px);
    border: 3px solid #fff;
    z-index: 99;
}

.testimonials-slide:after {
    display: block;
    content: '';
    position: absolute;
    left: 30px;
    bottom: -50px;
    height: 50px;
    width: 50px;
    background: url('/wp-content/plugins/wp-testimonials/public/img/bulle-testimonials.svg') no-repeat center;
    background-size: cover;
}

.testimonial-item {
    position: relative;
    height: 100%;
    background-color: #f1f1f1;
    padding: 110px 50px 50px;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: bold;
}

.testimonial-author-description {
    font-size: 0.85rem;
    margin-top: 15px;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-item {
        padding: 20px;
    }
}

/* Grid layout for larger screens */
@media (min-width: 1024px) {
}