section.two-text-columns{
    
}


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{
    font-size: 1em;
    font-weight: 500;
    line-height: 1.75em;
}

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

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

section.two-text-columns li {
    margin: 10px 0;
    line-height: 1.3em;
    font-weight: 500;
    font-size:1.175em;
    padding-left:28px;
    position:relative;
}

section.two-text-columns li:before{
    content:'\f0c8';
    position:absolute;
    top:0;
    left:0;
    font-family:'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 0.8em;
    color: #ee741d;
}

@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 0 20px 0;
        flex:0 0 100%;
    }
}