.elementor-cta .elementor-cta__content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	align-items: flex-start !important;
	text-align: left !important;
	height: 100%;
	padding: 48px !important;
}

.elementor-cta .elementor-cta__title {
	transform: translateY(35px);
	transition: transform 0.35s ease;
}

.elementor-cta:hover .elementor-cta__title {
	transform: translateY(0);
}

.elementor-cta .elementor-cta__description {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.elementor-cta:hover .elementor-cta__description {
	opacity: 1;
}