/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:47:53 */

#cta-section h2{
  width:680px;
}

@media (max-width: 1024px){ 
  #cta-section h2{
    width:540px;
  }
}

@media (max-width: 767px){ 
  #cta-section h2{
    width:300px;
  }
}

#cta-section svg{
    margin: 0px 0 -10px 0;
}