.text_module.with_overlay{
    position: relative;
}

.text_module.with_overlay::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}

.text_module .text-wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 1;
    position: relative;
}

@media (max-width: 1440px){
   .text_module .text-wrapper{
        width: 80%;
    } 
}