/**
 * INTERNAL - SERVICE PAGE
 */
#feature-image-mobile {
	/*display: none;*/
}

.internal-page-header {
	margin-top: 200px;
}
.internal-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;
}

.fessa-service-feature-text p {
    font-size: 25px;
    font-family: vista-slab, serif;
    color: #E6413A;
    line-height: 1.25em;
}


/**
 * RESPONSIVENESS
 */
@media screen and (max-width: 1024px) {
	#fessa-service-icon-col {
		width: 30% !important;
		float: left !important;
	}
	#fessa-service-feature-text-col {
		width: 60% !important;
		float: left !important;
	}
}
@media screen and (max-width: 768px) {
	#feature-image-mobile {
		display: block;
		height: 150px;
	}
	.et_pb_section_0 {
		height: auto !important;
		background-color: #F9F9F9 !important;
	}
	.internal-page-header {
		margin-top: 0px;
		padding: 0px;
		text-align:center;
	}
	.internal-page-header p {
		font-size: 30px;
	}

	.et_pb_row.et_pb_row_2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.fessa-service-feature-text p {
		font-size: 18px;
		margin-left: 5px;
	}

}
