.credifas-cta {
    width: 100%;
    padding: 0 24px 140px;
    background: #fff;
    color: #fff;
    font-family: "Open Sans", "Lato", sans-serif;
}

.credifas-cta *,
.credifas-cta *::before,
.credifas-cta *::after {
    box-sizing: border-box;
}

.credifas-cta__panel {
    position: relative;
    width: min(1532px, 100%);
    min-height: 495px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 39px;
    background: #fff;
}

.credifas-cta__image,
.credifas-cta__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.credifas-cta__image {
    display: block;
    object-fit: cover;
}

.credifas-cta__overlay {
    background: linear-gradient(
        90deg,
        rgba(92, 81, 209, .4) 28.561%,
        rgba(0, 0, 0, 0) 68.286%
    );
    pointer-events: none;
}

.credifas-cta__content {
    position: relative;
    z-index: 1;
    padding: 114px clamp(48px, 12.53%, 192px) 116px;
}

.credifas-cta__title {
    max-width: 518px;
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -.045em;
}

.credifas-cta__title span {
    display: block;
}

.credifas-cta__description {
    margin: 11px 0 0 2px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.credifas-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 65px;
    margin: 43px 0 0 2px;
    border-radius: 32.5px;
    background: #fff;
    color: #5c51d1;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -.4066px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.credifas-cta__button:hover,
.credifas-cta__button:focus-visible {
    color: #5c51d1;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(92, 81, 209, .2);
}

.credifas-cta__button:focus-visible {
    outline: 2px solid #5c51d1;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .credifas-cta {
        padding: 0 16px 88px;
    }

    .credifas-cta__panel {
        min-height: 430px;
        border-radius: 28px;
    }

    .credifas-cta__image {
        object-position: 85% center;
    }

    .credifas-cta__overlay {
        background: linear-gradient(
            135deg,
            rgba(92, 81, 209, .62) 20%,
            rgba(92, 81, 209, .24) 100%
        );
    }

    .credifas-cta__content {
        padding: 64px 28px;
    }

    .credifas-cta__title {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -.04em;
    }

    .credifas-cta__description {
        max-width: 280px;
        margin-top: 18px;
        line-height: 24px;
    }

    .credifas-cta__button {
        height: 58px;
        margin-top: 42px;
    }
}
