.lpc-features-9 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lpc-features-9 {
    width: 100%;
    position: relative;
}

.lpc-features-9 .lp-block-bg .lp-block-overlay {
    background: rgba(31, 80, 161, 0.05);
}

.lpc-features-9__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lpc-features-9__title {
    text-align: center;
}

.lpc-features-9__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-features-9__item-content {
    background: #fff;
    text-align: center;
    height: 100%;
}

.lpc-features-9__item-text {
    margin-top: 8px;
}

.lpc-features-9__buttons-wrap {
    text-align: center;
}

.lpc-features-9__buttons {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px -16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-features-9__button {
    display: block;
    margin: 0 16px 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.lpc-features-9._right .lpc-features-9__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lpc-features-9._right .lpc-features-9__title {
    text-align: right;
}

.lpc-features-9._right .lpc-features-9__buttons-wrap {
    text-align: right;
}

.lpc-features-9._left .lpc-features-9__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lpc-features-9._left .lpc-features-9__title {
    text-align: left;
}

.lpc-features-9._left .lpc-features-9__buttons-wrap {
    text-align: left;
}

.lpc-features-9[data-media-source="mobile"] {
    padding: 32px 0;
}

.lpc-features-9[data-media-source="mobile"] .lpc-features-9__items {
    margin-top: 32px;
    margin-bottom: -16px;
}

.lpc-features-9[data-media-source="mobile"] .lpc-features-9__item {
    margin-bottom: 16px;
}

.lpc-features-9[data-media-source="mobile"] .lpc-features-9__item-content {
    padding: 24px 16px;
}

.lpc-features-9[data-media-source="mobile"] .lpc-features-9__buttons-wrap {
    margin-top: 32px;
}

.lpc-features-9[data-media-source="tablet"] {
    padding: 56px 0;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__items {
    margin-top: 48px;
    margin-bottom: -24px;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__item {
    margin-bottom: 24px;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__item-content {
    padding: 32px 16px;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__buttons-wrap {
    margin-top: 48px;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lpc-features-9[data-media-source="tablet"] .lpc-features-9__button {
    width: auto;
}

.lpc-features-9[data-media-source="desktop"] {
    padding: 80px 0;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__items {
    margin-top: 64px;
    margin-bottom: -32px;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__item {
    margin-bottom: 32px;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__item-content {
    padding: 32px 24px;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__buttons-wrap {
    margin-top: 64px;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lpc-features-9[data-media-source="desktop"] .lpc-features-9__button {
    width: auto;
}

@media all and (min-width: 480px) {
    .lpc-features-9[data-media-source="mobile"] .lpc-col-3-ml {
        padding: 0 12px;
        width: calc((100% / 6) * 3);
    }

    .lpc-features-9[data-media-source="mobile"] .lpc-col-4-sm.lpc-features-9__buttons-wrap {
        width: auto;
    }
}