.flex-content.testimonials {
    padding: 4rem 0;
}

.flex-content.testimonials .arrows {
    margin: 0 -5px;
}
.flex-content.testimonials .arrows .arrow {
    font-size: 30px;
    cursor: pointer;
    margin: 0 5px;
}

.flex-content.testimonials .testimonials-slider {
    position: relative;
}
.flex-content.testimonials .testimonials-slider::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    left: 2rem;
    top: -1.25rem;
    background-color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f59714' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-quote-icon lucide-quote'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}

.flex-content.testimonials .card {
    --bs-card-spacer-y: 2.5rem;
    --bs-card-spacer-x: 2.5rem;
    --bs-card-border-radius: var(--bs-border-radius-xl);
    --bs-card-border-width: 2px;
    --bs-card-border-color: #fce0b8;
}

.flex-content.testimonials blockquote {
    font-style: italic;
    color: var(--primary);
}


@media (max-width: 575px) {
    .flex-content.testimonials {
        padding: 3rem 0;
    }
}