  .orange_cta .cta_button {
  background: #E26752;
  color: #fff;
    transition: .25s
}

  .orange_cta .cta_button {
  background: #E26752;
  color: #fff;
}



h2 {
  font-size:1.75em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .homectatitle {
      width: 100% !important;
  }
  .homectacopy {   
    padding: 0 30px !important;
}
 

@media (max-width: 767px) {	
  .homectatitle {
      width: 100% !important;
  }
  .homectacopy {   
    padding: 0 !important;
}
}
