/*
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.   ***************/
section.red-circle .section-bg img {
	max-height: 46%;
	width: 24%;
	top: unset;
	bottom: 2em;
	right: 0;
	left: unset;
	object-fit: contain;
}

section.yellow-tag .section-bg img {
	max-height: 46%;
	width: 24%;
	top: unset;
	bottom: 6em;
	right: unset;
	left: 0;
	object-fit: contain;
}

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


}