.angie-card-container-0778ac2a {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: flex-end;
}

.angie-card-image-0778ac2a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.angie-card-image-overlay-0778ac2a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color 0.3s ease;
}

.angie-card-container-0778ac2a:hover .angie-card-image-0778ac2a {
	transform: scale(1.05);
}

.angie-card-text-overlay-0778ac2a {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.angie-card-overlay-title-0778ac2a {
	color: #ffffff;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 600;
}

.angie-card-overlay-desc-0778ac2a {
	color: #eeeeee;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}