/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Side-by-Side family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-side-by-side {
	margin-bottom: 80px;
}

.core-side-by-side .slide .img-cont {
	border-radius: 0px 0 60px 0;
}

.core-side-by-side .slide .slide-title {
	margin: 0;
	font-family: var(--font-title);
	font-size: var(--text-3xl);
	font-weight: 400;
	line-height: var(--leading-tight);
}

.core-side-by-side .slide p {
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--color-display);
}

@media (min-width: 40em) {
	.core-side-by-side {
		margin-bottom: 145px;
	}
}