.core-v2-callout-tiles .slides { gap: 9px; }
.core-v2-callout-tiles .slide .img-cont::before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), no-repeat; }
.core-v2-callout-tiles .slide .img-cont::after { background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), no-repeat; }
.core-v2-callout-tiles .content-section { text-align: center; }

.core-v2-callout-tiles .slide-title {
	position: relative;
	font-size: 1.625rem;
	line-height: 1.32;
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
@media (hover : hover) {
	.core-v2-callout-tiles .overlap-image .slide-title > a:hover { opacity: 1; }
	.core-v2-callout-tiles .slide-title::after {
		content: "";
		position: absolute;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);
		width: 105px;
		height: 6px;
		background-image: url(/includes/public/assets/shared/red_wave_accent.svg);
		background-repeat: no-repeat;
		opacity: 0;
		transition: opacity var(--transition-appendix);
	}
	.core-v2-callout-tiles .slide:hover .slide-title::after { opacity: 1; }
}
@media (min-width: 64em) {
	.core-v2-callout-tiles .slides { gap: var(--space-5); }
}