/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
.tan {color:#ca6e2e;}
.tan-dark {color:#874c2c;}
.wetblue {color:#385476;}
.lt-50 {color:#faf1ea;}
.lt-75 {color:#e9c4a9;}

.cta {
  display:block;
  font-size:36px;
  line-height 1.4 !important;
}
.stats {display:block; width:100%;font-size:72px; text-align: center !important; color: #874c2c; font-weight: bold; margin-bottom: -20px;}

@media screen and (max-width: 767px) {
.stats {
  font-size:56px;
  text-align: center !important; 
  font-weight: bold; 
  margin-bottom: -20px;}
  
}




</style>