  body, p {
 	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
 h1, h2 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px;	 
 }
 
 h2 { font-size: 24px; }
 
 h1:before, h2:before {
	content: '';
	position: absolute;
	left: 10;
	bottom: 0;
	width: 39px;
	height: 4px;
	background-color: #3197d2;
} 


.padt10 { padding-top:10px; }
.padb10 { padding-bottom:10px; }

.padt20 { padding-top:20px; }
.padb20 { padding-bottom:20px; }
