.eustis-featured-box-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
}

.eustis-featured-box {
	position: relative;
	width: min(514px, 100%);
	overflow: hidden;
	border-radius: 40px;
}

.eustis-featured-box__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.eustis-featured-box__link--image {
	line-height: 0;
}

.eustis-featured-box__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.eustis-featured-box__image {
	display: block;
	width: 100%;
	height: 423px;
	object-fit: cover;
	object-position: center center;
}

.eustis-featured-box__label {
	display: flex;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 103px;
	margin: 0;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background-color: #555555;
	text-align: center;
}

.eustis-featured-box__link--text {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
}

.eustis-featured-box__link--text .eustis-featured-box__label {
	position: relative;
}

.eustis-featured-box__title {
	width: 100%;
	margin: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
