.how-it-works {
    padding-bottom: 46px
}

.how-it-works__hero {
    z-index: 2
}

.how-it-works__container {
    margin-top: -12px;
    position: relative;
    z-index: 1
}

.how-it-works__logo {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 -6px;
    position: relative;
    z-index: 2
}

.how-it-works__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.how-it-works__title {
    margin-top: -8px;
    position: relative;
    z-index: 5
}

.how-it-works__title-desc {
    max-width: none
}

.how-it-works__list {
    margin: 32px auto 0;
    max-width: 770px;
    position: relative
}

.how-it-works-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 397px;
    padding: 20px 0;
    position: relative
}

.how-it-works-hero:before {
    background: transparent url(../img/bg-hero.png) repeat 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .369;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

body.no-js .how-it-works-hero:before,
body.no-webp .how-it-works-hero:before {
    background-image: url(../img/bg-hero.png)
}

body.webp .how-it-works-hero:before {
    background-image: url(../img/bg-hero.webp)
}

.how-it-works-hero__img {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.how-it-works-hero__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.how-it-works-hero__icon {
    display: block;
    font-size: 0;
    height: 85px;
    line-height: 0;
    position: relative;
    width: 85px;
    z-index: 3
}

.how-it-works-hero__icon img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media only screen and (min-width:48em) {
    .how-it-works__container {
        margin-top: -16px
    }

    .how-it-works__title {
        margin-top: -76px
    }

    .how-it-works__list {
        margin-top: 85px
    }

    .how-it-works__list:before {
        background: transparent url(../img/bg-dots.png) repeat 0 0;
        content: "";
        display: block;
        height: 166px;
        left: -244px;
        position: absolute;
        top: -145px;
        width: 275px;
        z-index: -1
    }

    body.no-js .how-it-works__list:before,
    body.no-webp .how-it-works__list:before {
        background-image: url(../img/bg-dots.png)
    }

    body.webp .how-it-works__list:before {
        background-image: url(../img/bg-dots.webp)
    }
}

@media only screen and (min-width:62em) {
    .how-it-works {
        padding-bottom: 86px
    }

    .how-it-works__container {
        margin-top: -26px
    }

    .how-it-works-hero {
        margin-top: -78px;
        padding: 98px 0 20px
    }
}

@media only screen and (min-width:75em) {
    .how-it-works {
        padding-bottom: 200px
    }

    .how-it-works__container {
        margin-top: -36px
    }
}