section.two-text-columns{
    padding:0 5%;
    margin:75px 0;
    
}

section.two-text-columns .max-width{
    max-width:@max-width;
    margin:0 auto;
    
}
section.two-text-columns .wrapper{
    display: flex;
    margin:0 -2.5%;
}

section.two-text-columns .col{
    margin:0 2.5%;
    flex:0 0 45%;
}

section.two-text-columns .col p{

}

section.two-text-columns h1:after{
    left:0;
    transform:none;
}

@media screen and (max-width:920px){
    section.two-text-columns .wrapper{
        display: flex;
        margin:0px;
        flex-direction:column;
    }
    section.two-text-columns .col{
        margin:0;
        flex:0 0 100%;
    }
}