.two-column-text-module{
  padding: 96px 0;
  background-repeat:no-repeat, no-repeat;
  border-bottom: 1px solid #D8DAE9;
}
.two-column-text-section-1{
  max-width: 523.5px;
  width: 100%;
}
.two-column-text-section-2{
  border-left: 1px solid #D8DAE9;
  padding-left: 16px;
  width: 100%:
}
.two-column-text-module h2{
  line-height: 46px;
  margin-bottom: 0;
  font-size: 36px;
}
.two-column-text-module p{
  padding-bottom: 12px;
  margin: 0px;
  font-size: 16px;
  color: #393A45;
}
.two-column-text-module p:last-child{
  padding-bottom: 0;
}
.two-column-text-module p a{
  text-decoration: none;
  font-weight:bold;
}
@media(max-width:767px){
  .two-column-text-module{
    padding: 50px 0;
    background-image: none !important;
  }
  .two-column-text-module h2 {
    line-height: 46px !important;
    margin-bottom: 10px;
    font-size: 36px;
  } 
}