.custom-feature-column .custom-feature-title {
	text-align: center;
}

.custom-feature-column .custom-feature-title h2 {
	font-size: 32px;
	line-height: 1.2em;
	font-family: wf_d8ad4f870a774becb59ef29b9;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.custom-feature-column .feature-column-section {
	direction: ltr;
	display: flex;
	justify-content: center;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.custom-feature-column .feature-column-content {
	width: 33%;
	margin: 20px 0 15px;
	max-width: 100%;
	position: relative;
	padding: 0 15px;
}

.custom-feature-column .featured-content {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 70%;
	max-width: 100%;
	background: rgba(36, 35, 35, 1);
	padding: 0 20px;
}

.custom-feature-column .featured-image{
	height: 100%;
}

.custom-feature-column .featured-image img{
	max-width: 100% !important;
	height: 100%; 
	object-fit: cover;
}

.custom-feature-column .feature-column-content:hover {
	z-index: 1;
	transform: translateX(0)translateY(0)scaleX(1.04)scaleY(1.04)rotate(0deg)skewX(0deg)skewY(0deg);
	transform-origin: 50% 50%;
	transition: all 0.4s ease-in-out 0s;
}


@media (max-width: 767px){
	.custom-feature-column .feature-column-content {
		width: 100%;
	}
	.custom-feature-column .featured-content {
		width: 80%;
	}
	.custom-feature-column .featured-image img {
		width: 100%;
	}
}
