/*
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 (max-width: 800px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#col-inner #text-left{ text-align: center!important;justify-content:center!important;}
	#service_style{ text-align: center!important;justify-content:center!important;}
	#size_row{text-align: center!important; display:flex;justify-content:center!important;}
	h1{text-align: center;}
	h2{text-align: center}

}