.c-staff-testimonials {}
.c-staff-testimonials__inner {
    margin-left: auto;
    margin-right: auto;
}
.c-staff-testimonials__head {
    display: flex;
    justify-content: space-between;
}
    .c-staff-testimonials__heading {
        margin: 0;
    }
    .c-staff-testimonials__buttons:not([hidden]) {
        display: flex;
        gap: 1rem;
    }
        .c-staff-testimonials__buttons img,
        .c-staff-testimonials__buttons button {
            border: 0;
            padding: 0;
            line-height: 1;
            vertical-align: middle;
        }
        .c-staff-testimonials__buttons button[disabled] {
            opacity: 0.5;
        }
        .c-staff-testimonials__buttons button:first-child {
            transform: rotate(180deg);
        }
.c-staff-testimonials__cards {
    margin-top: 2rem;
    overflow: visible;
}
    .c-staff-testimonials__cards__inner {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        overflow: auto;
    }
        .c-staff-testimonials__cards__card {
            flex-shrink: 0;
            flex-grow: 1;
            width: 100%;
            max-width: 500px;
        }
    .c-staff-testimonials__cards.swiper-initialized .c-staff-testimonials__cards__inner {
        overflow: visible;
        gap: 0;
    }

@media (min-width: 500px) {
    .c-staff-testimonials__cards__inner {
        
    }
    .c-staff-testimonials__cards__card {
        width: 70%;
    }
}

@media (min-width: 900px) {
    .c-staff-testimonials__cards__inner {
        
    }
    .c-staff-testimonials__cards__card {
        width: 40%;
        max-width: none;
    }
}