.ccl-v2-widget.imagebox-v2-1-across {
	.title-col {
		width: calc(100% - var(--space-5));
	}

	.slides {
		max-width: 1180px;
		padding: 0 10px;
	}

	.content-section {
		width: 80%;
		max-width: 572px;
		gap: var(--space-2);
		padding: var(--space-4) var(--space-5);
	}

	.slide-title {
		font-family: var(--font-body);
		font-weight: var(--font-weight-bold);
		font-size: 1.375rem;
		line-height: calc(12/11);
		letter-spacing: -0.01em;
	}

	.slide-desc {
		max-width: 378px;
		line-height: calc(17/16);
	}

	.img-cont::before {
		top: 0;
		background: linear-gradient(212deg, rgba(14, 30, 50, 0.00) 21.12%, rgba(14, 30, 50, 0.75) 82.88%);
	}

	.img-cont::after {
		background: rgba(14, 30, 50, 0.35);
	}

	.slide-img {
		scale: 1.05;
		transition: scale var(--transition-appendix);
	}

	@media (hover: hover) {
		.slide:hover .img-cont::before {
			opacity: 1;
		}

		.slide:hover .slide-img {
			scale: 1;
		}
	}

	@container (min-width: 64em) {
		.widget-header {
			width: calc(100% - var(--space-5));
			max-width: 1160px;
		}

		.content-section {
			padding: var(--space-10);
		}

		.info-flag,
		.sponsored {
			margin: 0;
			font-size: 0.9375rem;
		}

		.slide-title {
			font-size: 2rem;
			line-height: calc(33/32);
		}

		.slide-desc {
			font-size: var(--text-lg);
			line-height: calc(19/18);
		}
	}
}