.lp-features-19 {
    padding: 32px 0;
}

.lp-features-19-half-bg {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

.lp-features-19-half-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.2;
}

.lp-features-19 .lp-block-overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.lp-features-19 .lp-features-header {
    position: relative;
    padding-left: 20px;
    margin-bottom: 32px;
}

.lp-features-19 .lp-features-header .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
}

.lp-features-19 .features-header__title {
    margin: 0;
}

.lp-features-19 .features-header__text {
    padding-top: 0;
    margin-top: 8px;
}

.lp-features-19 .lp-features-items {
    padding-top: 32px;
}

.lp-features-19 .lp-features-item {
    margin-bottom: 24px;
}

.lp-features-19 .lp-features-item:last-child {
    margin-bottom: 0;
}

.lp-features-19 .features-item__icon {
    box-sizing: border-box;
    align-self: flex-start;
    padding: 18px;
    border-radius: 500px;
    display: inline-block;
}

.features-item__icon-in {
	width: 32px;
	height: 32px;
	box-sizing: content-box;
}

.features-item-inner {
	flex: 1 0 1%;
}

.features-item__icon-in svg {
	width: 100% !important;
	height: 100% !important;
}

.lp-features-19 .features-item__icon svg path {
    fill: #fff;
}

.lp-features-19 .features-item__title {
    margin: 8px 0 0 0;
}

.lp-features-19 .features-item__text {
    padding: 0;
    margin-top: 8px;
}

@media all and (min-width: 600px) {
    .lp-features-19 {
        padding: 48px 0;
    }

    .lp-features-19 .lp-features-header {
        margin-bottom: 48px;
        padding-left: 36px;
    }

    .lp-features-19 .lp-features-item {
        margin-bottom: 32px;
        display: flex;
    }

    .lp-features-19 .features-item__icon {
        margin-right: 24px;
    }

    .lp-features-19 .features-item__title {
        margin-top: 0;
    }
}

@media all and (min-width: 960px) {
    .lp-features-19 {
        padding: 56px 0;
    }

    .lp-features-19-half-bg {
        width: 50%;
        right: 0;
        left: auto;
    }

    .lp-features-19 .lp-features-wrap {
        display: flex;
        justify-content: space-between;
    }

    .lp-features-19 .lp-features-header {
        flex-grow: 0;
        margin-bottom: 0;
        box-sizing: border-box;
        align-self: center;
        width: 432px;
    }

    .lp-features-19 .lp-features-items {
        box-sizing: border-box;
        padding-top: 0;
    }

    .lp-features-19 .lp-features-item {
        width: 376px;
        margin-bottom: 24px;
    }

    .lp-features-19._reverse .lp-features-19-half-bg {
        right: auto;
        left: 0;
    }

    .lp-features-19._reverse .lp-features-items {
        order: 1;
    }

    .lp-features-19._reverse .lp-features-header {
        order: 2;
    }
}

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

    .lp-features-19 .lp-features-header {
        width: 466px;
    }

    .lp-features-19 .lp-features-item {
        width: 486px;
        margin-bottom: 32px;
    }

    .lp-features-19 .features-header__text {
        margin-top: 16px;
    }

    .lp-features-19 .features-item__icon {
        margin-right: 32px;
    }
}

@media all and (min-width: 1380px) {
    .lp-features-19 .lp-features-item {
        width: 550px;
    }

    .lp-features-19 .lp-features-header {
        width: 518px;
    }
}