.lp-text-header {
    background-image: url('/wp-content/uploads/2017/11/about-us-title-area-1.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 4rem 0;
}

.lp-text-header__overlay {
    background-color: #f3d7d9;
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-text-header__container {
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.lp-text-header__title {
    margin-bottom: 0;
    text-align: center;
}

.lp-text-header__content {
    margin-top: 1rem;
    line-height: 1.7em;
}

.lp-text-header__content:only-child {
    margin-top: 0 !important;
}

.lp-text-header__content p {
    font-size: 1.5rem;
}

.lp-text-header__content *:last-child {
    margin-bottom: 0 !important;
}

@media(min-width: 1025px) {
    .lp-text-header {
        padding: 172px 0;
        display: flex;
        justify-content: center;
    }

    .lp-text-header__container {
        width: 835px;
        max-width: 100%;
    }

    .lp-text-header__content {
        margin-top: 2rem;
    }
}
