#section-steps {
    padding-top: 150px;
}

@media only screen and (max-width: 660px) {
    #section-steps {
        padding-top: 80px;
    }
}

#section-steps .columns {
    display: flex;
}
#section-steps .columns .column {

}

#section-steps h2,
#section-steps h3 {
    margin: 0 0 1.5em 0;
    max-width: 480px;
    display: flex;
    align-items: center;
}

#section-steps h3 img {
    margin-right: 10px;
}

#section-steps .inner {
    width: 680px;
    max-width: calc(100vw - 40px);
}

#section-steps .screenshot {
    display: block;
    margin: 30px 60px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    background-color: #ccc;
    max-width: 200px;
    height: auto;
}

#section-steps .screenshot-alt {
    margin: 0;
}

#section-steps .screenshot-overlap {
    position: relative;
    z-index: 2;
    margin: -50px 0;
}

#section-steps-section-1 {
    background-color: #e3ddef;
    background-image: var(--gradientr);
    background-size: auto 75%;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
#section-steps-section-3 {
    margin-bottom: 100px;
}

#section-steps-section-1 p {
    margin: 0;
}

#section-steps-section-1 p:not(:last-of-type){
    margin-bottom: 1.2em;
}

#section-steps-section-1-text {
    margin-bottom: 30px;
}

.section-steps-list {
    padding-bottom: 50px;
}

.section-steps-list .qrs {
    display: flex;
    justify-content: center;
    margin: 10px 0 -50px 0;
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-family: var(--font-heading);
    line-height: 1.35em;
}

.section-steps-list .qrs a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    height: 90px;
    background-color: var(--color-text);
    color: var(--color-white);
    border-radius: 20px;
    font-size: 10px;
    text-decoration: none;
    font-family: var(--font-text);
    text-align: center;
}

.section-steps-list .qrs a:not(:last-of-type){
    margin-right: 30px;
}

.section-steps-list .qrs a span {
    margin-bottom: 4px;
}

.section-steps-list .qrs a img {
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 1px;
}

.section-steps-list ul,
.section-steps-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.section-steps-list ol {
    counter-reset: item;
}

.section-steps-list > ul li,
.section-steps-list > ol li {
    position: relative;
    margin-bottom: 20px;
    counter-increment: item;
}

.section-steps-content {
    background-color: #bcdcbe;
    border-radius: 20px;
    padding: 20px 50px;
    position: relative;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    font-family: var(--font-heading);
    line-height: 1.35em;
}

.section-steps-content p a {
    color: #000;
}

.section-steps-content-alt {
    padding-bottom: 75px;
}

.section-steps-content-alt2 {
    margin-bottom: 50px!important;
}

#section-steps .cols {
    display: flex;
    gap: 30px;
}

#section-steps .cols-valign {
    align-items: center;
}


#section-steps .cols .col {
    flex-grow: 1;
}

#section-steps .cols-align {
    justify-content: center;
}

#section-steps .cols-align .col {
    flex-grow: 0;
}

#section-steps .cols + .qrs {
    margin: -60px 0 0px 0
}

#section-steps-section-6 .cols-align {
    margin: 50px 0;
}

#section-steps-section-3 .section-steps-list {
    margin-top: 70px;
}

.section-steps-list > div {
    background-color: var(--color-white);
}

.section-steps-list ol li::before {
    content: counter(item);
    background-color: var(--color-text);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, 50%);
    z-index: 2;
    font-weight: bold;
    font-family: var(--font-heading);
}

#section-steps-section-2,
#section-steps-section-3,
#section-steps-section-5 {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #fcfffd 45%, #bcdcbe 100%);
}
#section-steps-section-4,
#section-steps-section-6 {
    background-image: var(--gradientr);
}

#section-steps .mb {
    margin-bottom: 50px;
}
#section-steps .mb2 {
    margin-bottom: 75px;
}
#section-steps .mb3 {
    margin-bottom: 100px;
}
#section-steps .mt {
    margin-top: 50px;
}


#section-steps-section-2 .columns {
    margin-bottom: 50px;
}

#section-steps-section-2 .columns:nth-of-type(even) .column:last-of-type {
    order: -1;
}

#section-steps-section-2 h3 i {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #bcdcbe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#section-steps-section-2 p + h3 {
    margin-top: 30px;
}

#section-steps-section-1,
#section-steps-section-2,
#section-steps-section-3,
#section-steps-section-4,
#section-steps-section-5,
#section-steps-section-6 {
    border-radius: 0% 0% 100% 100%;
    /* making the border radius wider */
    width: 200vw;
    margin-left: -50vw;
    padding-bottom: 100px;
}


@media only screen and (max-width: 800px) {
    #section-steps-section-1,
    #section-steps-section-2,
    #section-steps-section-3,
    #section-steps-section-4,
    #section-steps-section-5,
    #section-steps-section-6 {
        width: 300vw;
        margin-left: -100vw;
    }

    /* .section-steps-list > ul li, */
    .section-steps-list > ol li {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #section-steps-section-1,
    #section-steps-section-2,
    #section-steps-section-3,
    #section-steps-section-4,
    #section-steps-section-5,
    #section-steps-section-6 {
        width: 400vw;
        margin-left: -150vw;
    }

    #section-steps .cols {
        flex-direction: column;
    }

    #section-steps .screenshot {
        margin: 30px auto;
    }

    #section-steps-section-2 .columns:nth-of-type(even) .column:last-of-type {
        order: 1;
    }

    /* .section-steps-list > ul li,
    .section-steps-list > ol li,
    .section-steps-list > div {
        padding: 10px 30px;
    } */

    .section-steps-list > ul li .section-steps-content,
    .section-steps-list > div .section-steps-content{
        padding: 20px 30px;
    }


}

@media only screen and (max-width: 400px) {
    #section-steps-section-1,
    #section-steps-section-2,
    #section-steps-section-3,
    #section-steps-section-4,
    #section-steps-section-5 {
        width: 500vw;
        margin-left: -200vw;
    }
}

#section-steps-section-3-text {
    margin-bottom: 80px;
}

.section-steps-text {
    line-height: 1.4;
}

.section-steps-text ul {
    margin: 0 0 30px 0;
}
.section-steps-text ul li {
    margin: 0 0 10px 0;
}

#section-steps-section-3 .section-steps-list ul li:nth-of-type(odd) .cols .col:first-of-type {
    order: 2;
}