.financing-steps {
    padding: 78px 0;
    background: url('../../../library/images/sand-gradient.png') bottom / cover no-repeat;
    position: relative;
}

.financing-steps .h2_label {
    padding-bottom: 12px;
}

.financing-steps h2 {
    margin-bottom: 44px;
}

.financing-steps h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.44px;
}

.financing-steps .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.financing-steps .steps-inn {
    border-radius: 18px;
    border: 1px solid #F0E4CB;
    background: var(--white);
    box-shadow: 0 12px 30px 0 rgba(14, 44, 66, 0.07);
    text-align: center;
    padding: 28px;
}

.financing-steps .steps-inn h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    color: var(--black);
}

.financing-steps .steps-inn p {
    font-size: 14px;
    line-height: 22.4px;
    margin: 8px 0 0 0;
}

.financing-steps .steps-inn span {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: linear-gradient(160deg, #F47A4A 0%, #E8461C 100%);
    margin: 0 auto 16px auto;
    color: var(--white);
    font-family: 'Thadonce', sans-serif;
    font-size: 22px;
    line-height: 35.2px;
    font-weight: 400;
}

.page-hero h1 {
    text-shadow: 0 6px 26px rgba(0, 0, 0, 0.40);
    font-size: 76px;
    line-height: 74.48px;
}

@media(max-width:767px) {
    .financing-steps .steps {
        grid-template-columns: repeat(1, 1fr);
    }

    .financing-steps .steps-inn p {
        font-weight: 700;
    }

    .financing-steps {
        padding: 75px 15px;
        background: url('../../../library/images/sand.jpg') bottom / cover no-repeat;
    }

    .financing-steps::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, #ffffff 40%, rgba(0, 0, 0, 0.00) 100%);
    }

    .text-cta .left-text p,
    .text-cta .left-text ul li,
    .text-cta .left-text ol li {
        font-weight: 700;
    }

}