/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
:root {
	--red : #cd333e;
	--yellow : #febb12;
}

p {
	margin-bottom: 5px !important;
}

.copyright-footer {
	color: #fff;
}

.row-overview .col.large-4 .col-inner {
	background: #858585;
	border-radius: 10px; 
	padding: 10px;
	text-align: justify
}

.row-overview h3, .row-overview {color: #fff;}
.num-services {font-size: 150px; text-align: center; font-weight: 600; color : #858585;}

.row-about .col.large-3 .col-inner {
	background: #fff;
	border-radius: 10px; 
	padding: 10px;
}
.row-about .col.large-3 .col-inner p {text-align: justify}