.credifas-testimonials {
    --credifas-testimonials-accent: #5c51d1;
    width: 100%;
    padding: 117px 0 86px;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f6fb 0%, #fff 100%);
    font-family: "Open Sans", "Lato", sans-serif;
}

.credifas-testimonials__header {
    width: calc(100% - 48px);
    max-width: 1144px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.credifas-testimonials__heading {
    flex: 0 1 474px;
}

.credifas-testimonials__eyebrow {
    margin: 0;
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;
}

.credifas-testimonials__title {
    margin: -2px 0 0;
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.credifas-testimonials__title strong {
    display: block;
    color: var(--credifas-testimonials-accent);
    font-weight: 600;
    white-space: nowrap;
}

.credifas-testimonials__cta {
    width: 192px;
    height: 56px;
    margin-bottom: 7px;
    padding: 0 29px 0 27px;
    border-radius: 28px;
    background: var(--credifas-testimonials-accent);
    color: #fff;
    display: inline-flex;
    flex: 0 0 192px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.credifas-testimonials__cta:hover,
.credifas-testimonials__cta:focus-visible {
    background: #4b41be;
    color: #fff;
    transform: translateY(-1px);
}

.credifas-testimonials__cta img {
    display: block;
    width: 15px;
    height: 9px;
}

.credifas-testimonials__scroller {
    width: 100%;
    margin-top: 67px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.credifas-testimonials__scroller::-webkit-scrollbar {
    display: none;
}

.credifas-testimonials__scroller:focus-visible {
    outline: 2px solid var(--credifas-testimonials-accent);
    outline-offset: -2px;
}

.credifas-testimonials__track {
    width: max-content;
    padding-right: max(24px, calc((100vw - 1790px) / 2));
    padding-left: max(24px, calc((100vw - 1790px) / 2));
    display: flex;
    gap: 17px;
}

@media (max-width: 767px) {
    .credifas-testimonials {
        padding: 68px 0 64px;
    }

    .credifas-testimonials__header {
        width: 100%;
        padding: 0 20px;
        display: block;
    }

    .credifas-testimonials__eyebrow {
        line-height: 32px;
    }

    .credifas-testimonials__title {
        margin-top: 4px;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .credifas-testimonials__title strong {
        white-space: normal;
    }

    .credifas-testimonials__cta {
        margin-top: 28px;
        margin-bottom: 0;
    }

    .credifas-testimonials__scroller {
        margin-top: 40px;
        scroll-snap-type: x mandatory;
    }

    .credifas-testimonials__track {
        padding-right: 20px;
        padding-left: 20px;
        gap: 12px;
    }
}
