.two-col-a-main-wrapper h2 {
    font-size: 36px;
    color:#11181f
    line-height: 1.6;
    letter-spacing:0px;
}
.two-col-a-main-wrapper h3 {
    font-size: 32px;
    line-height: 1.3em;
    letter-spacing:0px;
    font-weight:600px;
}

.two-col-a-main-wrapper {
  float:left;
  width:100%;
  clear:both;
  font-size: 16px;
  letter-spacing: 0px;
}
.two-col-a-main-container {
  width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1520px; 
}
.two-col-a-main-row {
  float:left;
  width:100%;
  clear:both;
  display:flex;   
  align-items: center;
}

.text_left {
 text-align:left 
}
.text_right {
 text-align:right 
}

.two-col-a-main-rule:last-of-type {
   visibility: hidden;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1100px) {
  .two-col-a-main-wrapper h2 {
      font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-a-main-row {
    flex-direction: column; 
  }
  .two-col-a-main-row.row-rtl {
    flex-direction: column-reverse;
  }
  .text_left {
   text-align:left 
  }
  .text_right {
   text-align:left 
  }
  
}  