/*  MICROTHEMER STYLES  */


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

/** General >> services-rows **/
.services-row .fl-col-group-equal-height .fl-col-content {
	padding: 20px 20px 100px 20px !important;
	margin: 20px 20px 1px 20px !important;
	border: 3px solid #f1f1f1 !important;
	border-radius: 10px !important;
}

/** General >> services-row button **/
.services-row .fl-button {
	background: #000 !important;
	border-radius: 30px !important;
	position: absolute !important;
	bottom: 40px !important;
}

/** General >> services-row button text **/
.services-row .fl-button-text {
	color: #fff !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** General >> services-rows **/
	.services-row .fl-col-group-equal-height .fl-col-content {
	
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> services-rows **/
	.services-row .fl-col-group-equal-height .fl-col-content {
	padding: 20px !important;
	margin: 30px !important;
}

	/** General >> services-row button **/
	.services-row .fl-button {
	position: static !important;
}


}

