/* Add here all your CSS customizations */

.custom_h4_subtitle {
	color:#d7241b;
	color:#000;
}

.custom1_image {
	float:right !important;
	width:40%
}

.custom1_text {
	float:left !important;
	width:60%
}


.custom2_image {
	float:left !important;
	width:40%
}

.custom2_text {
	float:right !important;
	width:60%
}



@media (max-width: 991px) {
	.custom1_image, .custom1_text, .custom2_image, .custom2_text {
		float:none;
		width:100%
	}
}