.ffe-flipbox {
	position: relative;
	width: 100%;
	perspective: 1000px;
}

.ffe-flipbox__inner {
	position: relative;
	width: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.ffe-flipbox:hover .ffe-flipbox__inner {
	transform: rotateY(180deg);
}

.ffe-flipbox__front,
.ffe-flipbox__back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ffe-flipbox__front {
	position: relative;
	z-index: 2;
}

.ffe-flipbox__front img {
	display: block;
	width: 100%;
	height: auto;
}

.ffe-flipbox__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ffe-flipbox__back {
	display: flex;
	flex-direction: column;
	padding: 30px 30px 26px 30px;
	box-sizing: border-box;
	transform: rotateY(180deg);
}

.elementor-default .ffe-flipbox__title {
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: none;
	margin: 0 0 20px;
}

.ffe-flipbox__content {
	width: 100%;
}
.ffe-flipbox__content p:not(:last-child) {
	margin: 0 0 12px;
}
.ffe-flipbox__content ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.ffe-flipbox__content > :last-child {
	margin-bottom: 0;
}
