/* Hide anahor */
.customizeMassive.anahor {
	display: none;
}

/* remove capitalize from heading */
.customizeMassive .mpc-icon-column .mpc-icon-column__heading {
	text-transform: none !important;
}

/* remove background image for movile devices */

@media screen and (max-width: 768px) {
	.customizeMassive .mpc-icon-column:first-child {
		background-image: none !important;
	}
}