
.mc-container-cc5c506b {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	text-decoration: none;
	transition: transform .3s ease, box-shadow .3s ease;
	cursor: pointer;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.mc-container-cc5c506b:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.mc-overlay-cc5c506b {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color .3s ease;
	z-index: 1;
}

.mc-content-cc5c506b {
	position: relative;
	z-index: 2;
	padding: 20px;
	max-width: 80%;
}

.mc-title-cc5c506b {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	font-weight: 700;
}

.mc-desc-cc5c506b {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
}
