/**
 * INTERNAL - TEXT PAGE
 */
 
 .text-page-header {
 	margin-top: 200px !important;
 }
 .text-page-header p {
 	display:inline-block;
 	font-size: 42px;
 	line-height: 1.1em;
 	background: rgba(255, 255, 255, 0.7);
 	color: #1A2C42;
 	font-family: vista-slab, serif;
 	padding: 30px 40px !important;
 }

 /* FEATURE TEXT */
 .fessa-text-feature-text p {
     font-size: 25px;
     font-family: vista-slab, serif;
     color: #E6413A;
     line-height: 1.25em;
 }
 .fessa-text-page-text h3 {
 	font-family: vista-slab, serif;
     color: #1A2C42;
 }


/**
 * RESPONSIVENESS
 */
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.text-page-header {
		color: #1A2C42;
		font-family: vista-slab, serif;
		padding: 0px;
		margin-top: 0px !important;
	}
	.fessa-text-feature-text {
		padding: 30px;
		padding-top: 0px;
	}
}
