.text-editor-block{
    color: #fff;
    background-color: rgb(93, 102, 87);
    padding-bottom: 80px;
}

.text-editor-block .container{
    max-width: 657px;
    margin: 0 auto;
}

.text-editor-block.gdpr{
    padding-bottom: 0;
}

.text-editor-block.gdpr::after{
    content: "";
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    height: 240px;
    width: 100%;
    margin-top: -15px;
    z-index: 1;
    position: relative;
}

.text-editor-block.gdpr .container{
    max-width: 594px;
    z-index: 2;
    position: relative;
}

.text-editor-block h1{
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
}

.text-editor-block.gdpr h1{
    text-align: left;
}


.text-editor-block h6{
    font-size: 16px;
    margin-bottom: 0;
    text-shadow: none;
}

.text-editor-block p{
    margin-bottom: 20px;
}

@media(max-width: 991.98px){

    .text-editor-block.gdpr::after{
        margin-top: -80px;
    }

    .text-editor-block h1{
        font-size: 38px;
        line-height: 48px;
    }
 
    .text-editor-block.gdpr h1{
        font-size: 37px;
    }

    .text-editor-block.gdpr{
     
    }

    .text-editor-block.gdpr .container{
        max-width: 428px;
    }

    .text-editor-block.gdpr p{
        max-width: 371px;
    }
    
    .text-editor-block .container{
        max-width: 410px;
    }
}

@media(max-width: 767.98px){
    .text-editor-block.gdpr h1{
        font-size: 28px;
    }
}