section.two-text-columns{
    padding:0 6%;
    margin:0 0;
    background: #fafafa;
    z-index: 1;
    position: relative;
}

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 .wrapper h2 {
    margin: 0 0 30px;
}

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

section.two-text-columns .col p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}

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

section.two-text-columns ul{
    list-style:none;
}

section.two-text-columns li {
   font-size: 1em;
     font-weight: 400;
     line-height: 1.5em;
     color: #404b51;
     margin: 0 0 10px 0;
    padding-left:18px;
    position:relative;
}

section.two-text-columns li:before{
   content: '\f111';
   position: absolute;
   top: 7px;
   left: 0;
   font-size: 0;
   background: #0b8eb4;
   border-radius: 50%;
   height: 10px;
   width: 10px;
}

@media screen and (max-width:900px){
    
    
      
    section.two-text-columns .wrapper{
        display: flex;
        margin:0px;
        flex-direction:column;
        padding: 0 0;

    }
    section.two-text-columns .col{
        margin:0 0 20px 0;
        flex:0 0 100%;
    }
}