.lp-steps-1 {
    padding: 48px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-steps-1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
    .lp-steps-1 {
        padding: 64px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-1 {
        padding: 80px 0;
    }
}

.lp-steps-1-title {
    margin: 0 auto 32px;
    text-align: center;
    max-width: 848px;
}

@media all and (min-width: 600px) {
    .lp-steps-1-title {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 600px) {
    .lp-steps-1-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-1-items {
        margin-right: -24px;
        margin-left: -24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-1-items {
        margin-right: -12px;
        margin-left: -12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-1-items {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.lp-steps-1-items__item {
    margin: 0 0 32px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-steps-1-items__item {
        width: 276px;
        margin: 0 12px 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-1-items__item {
        width: 272px;
        margin: 0 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-1-items__item {
        width: 270px;
        margin: 0 12px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-1-items__item {
        width: 298px;
        margin: 0 16px 48px;
    }
}

.lp-steps-1-items__item-icon {
    display: inline-flex;
    min-height: 48px;
    min-width: 48px;
    box-sizing: content-box;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-color-a-01);
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .lp-steps-1-items__item-icon {
        margin-bottom: 24px;
    }
}

.lp-steps-1-items__item-title {
    margin: 0 0 8px;
}

.lp-steps-1-items__item-text {
    padding-top: 0;
}

.lp-steps-1-buttons {
    margin-bottom: -8px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-steps-1-buttons {
        margin: 0 -4px -8px;
        padding-top: 16px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-1-buttons {
        padding-top: 0;
    }
}

.lp-steps-1-button {
    width: 100%;
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .lp-steps-1-button {
        width: auto;
        margin: 0 4px 8px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-1 .lp-steps-1-three-col {
        width: 906px;
        margin: 0 auto;
    }

    .lp-steps-1 .lp-steps-1-three-col .lp-steps-1-items__item {
        width: 270px;
        margin: 0 16px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-1 .lp-steps-1-three-col {
        width: 1038px;
    }

    .lp-steps-1 .lp-steps-1-three-col .lp-steps-1-items__item {
        width: 298px;
        margin: 0 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-1 .lp-steps-1-five-col {
        width: 1160px;
        margin: 0 auto;
    }

    .lp-steps-1 .lp-steps-1-five-col .lp-steps-1-items__item {
        width: 200px;
        margin: 0 16px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-1 .lp-steps-1-five-col {
        width: 1320px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .lp-steps-1 .lp-steps-1-five-col .lp-steps-1-items__item {
        width: 232px;
    }
}

.lp-steps-1 .lp-steps-1-align-left .lp-steps-1-title {
    text-align: left;
}

@media all and (min-width: 600px) {
    .lp-steps-1 .lp-steps-1-align-left .lp-steps-1-buttons {
        text-align: left;
    }
}

.lp-steps-1 .lp-steps-1-align-left .lp-steps-1-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-steps-1 .lp-steps-1-align-right .lp-steps-1-title, .lp-steps-1 .lp-steps-1-align-right .lp-steps-1-buttons {
    text-align: right;
}

.lp-steps-1 .lp-steps-1-align-right .lp-steps-1-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}