
.home_steps .background {
    padding-top: 20px;
}

.home_steps .title {
    display: none;
}

.home_steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.home_steps .text {
    text-align: center;
}

.home_steps .steps {
    padding-top: 110px 
}

.home_steps .steps .one {
    position: relative;
}

.home_steps .steps .one .block {
    width: 440px;
    min-width: 440px;
    position: absolute;
    bottom: 0;
}

.home_steps .steps .one .step {
    text-align: right;
    background-image: url('/wp-content/themes/selfstartglobal/images/blocks/block_top_desktop.svg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 20px;
}

.home_steps .steps .one .content {
    background-color: var(--color-blue-light);
    border-radius: 25px 0 25px 25px;
    padding: 22px 5px 5px 5px;
}

.home_steps .steps .one .content .description {
    background-color: #F3F8FD;
    border-radius: 20px;
    padding: 70px 20px 20px 20px;

}

.home_steps .steps .one .content .description .header {
    margin-bottom: 20px;
}

.home_steps .steps .one .content .description button {
    margin-top: 30px;
}



/* STEPS */
.home_steps .steps .one {
    height: 450px;
}

.home_steps .steps .one.step1 {
    height: 425px;
}

.home_steps .steps .one.step1 .block {
    right: 10%;
}

.home_steps .steps .one.step2 {
    height: 170px;
}

.home_steps .steps .one.step2 .block {
    left: 0;
}

.home_steps .steps .one.step3 {
    height: 305px;
}

.home_steps .steps .one.step3 .block {
    right: 0;
}

.home_steps .steps .one.step4 {
    height: 220px;
}

.home_steps .steps .one.step4 .block {
    left: 15%;
}

.home_steps .steps .one.step5 {
    height: 280px;
}

.home_steps .steps .one.step5 .block {
    right: 10%;
}

.home_steps .bottom {
    display: block;
    text-align: center;
}

.home_steps .bottom > .button {
    display: inline-block;
}


@media (max-width: 1024px) {
    .home_steps {
        gap: 50px;
    }

    .home-services .items .one .title {
        font-size: 25px;
    }

    .home_steps .steps .one .block {
        width: 370px;
        min-width: 370px;
    }

    .home_steps .steps .one .step {
        background-image: url('/wp-content/themes/selfstartglobal/images/blocks/block_top_mobile.svg');
        height: 32px;
    }

    .home_steps .steps .one .content {
        padding-top: 14px;
    }

    .home_steps .steps .one .content .description {
        padding: 50px 15px 15px 15px;
    }

    /* STEPS */
    .home_steps .steps .one {
        height: 350px;
    }

    .home_steps .steps .one.step1 {
        height: 345px;
    }

    .home_steps .steps .one.step1 .block {
        right: 10%;
    }

    .home_steps .steps .one.step2 {
        height: 270px;
    }

    .home_steps .steps .one.step2 .block {
        left: 0;
    }

    .home_steps .steps .one.step3 {
        height: 150px;
    }

    .home_steps .steps .one.step3 .block {
        right: 0;
    }

    .home_steps .steps .one.step4 {
        height: 230px;
    }

    .home_steps .steps .one.step4 .block {
        left: 7%;
    }

    .home_steps .steps .one.step5 {
        height: 350px;
    }

    .home_steps .steps .one.step5 .block {
        right: 20%;
    }

}

@media (max-width: 767px) {
    .home_steps {
        gap: 40px;
    }

    .home_steps .background {
        display: none;
    }

    .home_steps .title {
        display: block;
        text-align: center;
    }

    .home_steps .steps {
        padding-top: 0;
    }

    .home_steps .steps {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .home_steps .steps .one {
        min-height: 335px;
        display: flex;

    }

    .home_steps .steps .one .content .description {
        padding-top: 15px;
    }

    .home_steps .steps .one {
        height: auto !important;
    }

    .home_steps .steps .one .block {
        position: relative;
        left: unset !important;
        right: unset !important;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .home_steps .steps .one .block .content {
        flex-grow: 1;
        display: flex;
    }

    .home_steps .steps .one .block .content .description {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    /* Sticky */
    /* body.v2 .site-section.has-min-height.home_steps {
        min-height: 300px;
    } */

    body.v2 .site-section.has-min-height.home_steps .title,
    body.v2 .site-section.has-min-height.home_steps .steps .one {
        position: sticky;
    }

    body.v2 .site-section.has-min-height.home_steps .title {
        top: 80px;
        padding-bottom: 25px;
    }

    body.v2 .site-section.has-min-height.home_steps .steps .one.step1 {
        /* top: 140px; */
        top: 152px;
    }

    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step2 {
        top: 182px;
    }
    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step3 {
        top: 212px;
    }
    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step4 {
        top: 242px;
    }
    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step5 {
        top: 272px;
    }
    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step6 {
        top: 292px;
    }
    
    body.v2 .site-section.has-min-height.home_steps .steps .one.step7 {
        top: 332px;
    }
        
}