.feature-desc {
    line-height: 1.2;
    font-size: 18px;
}

.feature-blocks {
    max-width: 1140px;
}

.lr-bg {
    background-color: transparent;
    position: relative;
}

.lr-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
}

.bg-1::before {
    background-color: #f4f6f8;
}

.bg-2::before {
    background-color: #e9eff3;
}

.bg-3::before {
    background-color: #dde6ed;
}

.bg-4::before {
    background-color: #eef3f7;
}

.bg-5::before {
    background-color: #f5f7f5;
}