/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Oxy shape divider **/
.oxy_shape_divider {
	width: 100% !important;
}

/** General >> Wpgb card media content **/
.wpgb-card-media-content h3 {
	font-size: 2.2rem !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Wpgb card media content **/
	.wpgb-post-55925 .wpgb-card-media-content h3 {
	
}
.wpgb-card-media-content h3 {
	font-size: 1.6rem !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Wpgb card media content **/
	.wpgb-card-media-content h3 {
	font-size: 1.5rem !important;
}

}

