.ccl-v2-widget.callout-tiles-v2-2-across {
	.slides {
		gap: var(--space-5);
		max-width: 1200px;
	}

	.img-cont::before {
		background: rgba(0, 0, 0, 0.3);
	}

	.info-flag,
	.sponsored {
		justify-content: center;
	}

	.slide-title {
		font-family: var(--font-soft-condensed);
		font-weight: var(--font-weight-bold);
		font-size: var(--text-2xl);
		line-height: 1.2;
	}

	@media (hover: hover) {
		.slide-title > a:hover {
			text-decoration: none;
		}
	}

	@container (min-width: 64em) {
		.widget-header {
			max-width: 1160px;
		}

		.slide-title {
			font-size: var(--text-3xl);
		}
	}
}