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 h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 400;
}

section.two-text-columns hr {
  margin: 20px 0;
  width: 100%;
  border:none;
  height: 1px;
  background: #efd2c8;
}

section.two-text-columns .section-title {
  margin: 0 0 40px 0;
  font-size: 2.5em;
}

section.two-text-columns h3 {
font-size: 1.8em;
  font-weight: 400;
  color: var(--main-color);
  margin: 0 0 10px 0;
}

section.two-text-columns h4 {
font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--main-color);
}

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 li {
    margin: 8px 0;
      line-height: 1.3em;
      font-weight: 400;
      font-size: 1em;
      padding-left: 22px;
      position: relative;
      color: var(--dark-grey-color);
}

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

section.two-text-columns .col p{
    font-size: 1em;
    font-weight: 300;
    line-height: 1.75em;
    margin: 0 0 20px 0;
}

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