#steps {
    padding: 133px 0 160px 0;
    background-color: #0A182D;
}

.home #steps {
    padding-bottom: 80px;
}

#steps-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#steps .l-column {
    max-width: 500px;
    width: 100%;
}

#steps .r-column {
    max-width: 443px;
}

#steps .l-column .steps-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 79.2px;
    letter-spacing: -0.02rem;
    color: #FFFFFF;
    margin: 0 0 27px 0;
}

#steps .l-column .steps-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

#steps .step-text strong,
#steps .step-text b {
    font-weight: 600;
    letter-spacing: 0px;
}

#steps .l-column .steps-graph svg,
#steps .l-column .steps-graph img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#steps .step {
    margin: 0 0 48px 0;
}

#steps .step:last-child {
    margin: 0;
}

#steps .step-number {
    font-weight: bold;
    font-size: 18px;
    line-height: 44px;
    color: #2671FF;
}

#steps .step-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

#steps .step-text {
    font-weight: 200;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    background-image: url(../../img/bullet.svg);
    background-position: 0 21%;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    padding: 0 0 0 46px;
    letter-spacing: -0.04em;
}

#steps .c-column {
    width: 100%;
    display: flex;
    justify-content: center;
}

.steps-testimonial {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    max-width: 1010px;
    margin: 0 25px;
    margin-top: 70px;
}

.steps-testimonial strong {
    font-weight: 600;
}

.steps-testimonial__quote {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.04em;
    margin: 50px 0;
    max-width: 800px;
}

.steps-testimonial__image {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-testimonial__image__item {
    max-width: 100%;
    height: auto;
}

.steps-image {
    margin-top: 120px;
}

.steps-image--mobile {
    display: none;
}

.steps-image--desktop {
    margin-top: 100px;
}

@media (max-width: 1168px) {
    #steps #steps-inner {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: none;
    }
    #steps .l-column {
        max-width: 46%;
    }
    #steps .r-column {
        max-width: 46%;
    }
    #steps .steps-graph {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    #steps {
        padding: 68px 0;
    }
    .home #steps {
        padding-bottom: 30px;
    }
    #steps #steps-inner {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: none;
        flex-direction: column;
    }
    #steps .l-column {
        max-width: 100%;
    }
    #steps .r-column {
        max-width: 100%;
    }
    #steps .steps-graph {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    #steps .l-column .steps-title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
        margin: 0 0 16px 0;
    }
    #steps .l-column .steps-title p {
        display: inline;
    }
    #steps .l-column .steps-text {
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        margin: 0 0 36px 0;
    }
    #steps .step {
        margin: 0 0 40px 0;
    }
    #steps .step-text {
        background-size: 24px 24px;
        background-position: 0px 0px;
        padding: 0 0 0 37px;
        font-size: 16px;
        line-height: 21px;
        min-height: 24px;
    }
    #steps .step-text br {
        display: none;
    }
    .steps-testimonial {
        font-size: 18px;
    }
    .steps-testimonial__quote {
        font-size: 28px;
    }
    .steps-image {
        margin-top: 70px;
    }
    .steps-image--desktop {
        display: none;
    }
    .steps-image--mobile {
        display: block;
    }
    .steps-image--mobile img,
    .steps-image--mobile svg {
        max-width:  100%;
        height: auto;
    }
}
@media (max-width: 400px) {
    .steps-image--mobile {
        margin-left: 30px;
    }
}