.main-menu ul.sub-menu li a:before {
	content: "" !important;
}

.breadcumb-wrapper {
	display: none !important;
}

.service-grid_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
}

.service-grid_icon img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}