/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2024 | 14:58:56 */
.sphere {
	background-size: 80%;
	background-position: center;
	background-image: black;
	background-repeat: no-repeat;
}

.sphere-yellow {
	background-image:
		url('https://coremedia.click/wp-content/uploads/2024/01/sphere-yellow.png');
}

.sphere-green {
	background-image:
		url('https://coremedia.click/wp-content/uploads/2024/01/sphere-green.png');
}

.sphere-red {
	background-image:
		url('https://coremedia.click/wp-content/uploads/2024/01/sphere-red.png');
}

.sphere-blue {
	background-image:
		url('https://coremedia.click/wp-content/uploads/2024/01/hosting-s-1-1.png');
}

.cmicon {
	background-size: 45%;
	background-position: center;
	background-image: black;
	background-repeat: no-repeat;
}

.cmicon-rocket {
	background-image: url('/wp-content/uploads/2024/01/marketing.png');
}

.cmicon-creative {
	background-image: url('/wp-content/uploads/2024/01/6507765.webp');
}

.cmicon-development {
	background-image: url('/wp-content/uploads/2024/01/development.webp');
}

.cmicon-hosting {
	background-image: url('/wp-content/uploads/2024/01/web.png');
}

@media screen and (min-width: 768px) {
	.cmicon {
		background-size: 30%;
	}
}