.features {
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
    color: #1f2937;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
}

.testimonial-track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 9px;
    box-sizing: border-box;
}

.testimonial-nav {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .testimonial-nav .btn {
        min-width: 42px;
        height: 36px;
        font-size: 18px;
        line-height: 1;
    }

@media (max-width: 980px) {
    .testimonial-slide {
        flex: 0 0 100%;
        padding: 0;
    }
}
