.ccl-v2-widget.cards-v2-4-across {
	.slides {
		gap: var(--space-6) var(--space-5);
		max-width: 1200px;
	}

	.slide-top {
		margin-bottom: 15px;
	}

	.content-section,
	.content-upper {
		gap: 10px;
	}

	.slide-title {
		font-family: var(--font-soft);
		font-weight: var(--font-weight-bold);
		font-size: 1.0625rem;
		line-height: 1.3;
	}

	.slide-desc {
		font-size: 0.9375rem;
		line-height: 1.4;
	}

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

		.slide-top {
			margin-bottom: var(--space-5);
		}

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

		.slide-desc {
			font-size: var(--text-base);
		}
	}
}