section.two-text-columns{
    padding:0 6%;
    margin:45px 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 h2{
    font-weight: 500;
    font-style: normal;
    color: var(--dark-blue-color);
    margin: 15px 0;
    font-size: 2em;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    max-width: 720px;
}
section.two-text-columns .col p{
    font-size: 1em;
    line-height: 1.75em;
}
section.two-text-columns .col h4{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    margin: 10px 0;
    color: var(--dark-blue-color);
}

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%;
    }
}