.lc-76-wrapper {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.lc-76-wrapper:hover {
	text-decoration: none;
}

.lc-76-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-width: 0;
}

.lc-76-image {
	transition: all 0.3s ease;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.lc-76-image img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease;
	object-fit: cover;
}

.lc-76-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	box-sizing: border-box;
	width: 100%;
}

.lc-76-icon-wrapper {
	display: flex;
	width: 100%;
}

.lc-76-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.lc-76-title {
	transition: all 0.3s ease;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.lc-76-desc {
	transition: all 0.3s ease;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.lc-76-button {
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	margin-top: auto;
}
