.mu-text-over-icon {
	margin: auto;
	width: fit-content;
	height: 70px;
	margin-bottom: 75px;
}


.mu-text-over-icon i {
	position: relative;
	font-size: 70px;
	color: var(--gray);
	opacity: 50%;
	left: calc(50% - 35px);
	z-index: -1;

}

.mu-text-over-icon h3 {
	margin: 0;
	position: relative;
	bottom: 50px;
	text-align: center;
}