.module-insights {
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
}

.module-insights .swiper-slide {
	display: flex;
	height: auto;
}

.module-insights-inner {
	position: relative;
}

.module-insights-title {
	font-size: 2.5rem;
	letter-spacing: 6px;
	margin-bottom: 40px;
	color: var(--color-body-text);
}

.module-insights-slide {
	width: 100%;
	display: flex;
}

.module-insights-slider {
	margin-bottom: 45px;
}

.insight-item {
	display: flex;
	position: relative;
	font-size: 0.938rem;
	flex-direction: column;
	align-items: center;
}

.insight-item a {
	text-decoration: none;
}

.insight-item p {
	margin-bottom: 20px;
}

.insight-item h3 {
	line-height: 1.3;
	font-size: 1.563rem;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: var(--font-family-heading), sans-serif;
}

.insight-item .button {
	margin-top: auto;
}

.insight-item:after {
	content: "";
	background-color: var(--color-light-gray);
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.insight-item-date {
	display: inline-flex;
	padding: 10px 14px;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 12px;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.module-insights {
		text-align: left;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.module-insights-title {
		font-size: 5.188rem;
		letter-spacing: 15px;
		margin-bottom: 42px;
		padding-right: 230px;
	}

	.module-insights-button {
		top: 0;
		right: 0;
		padding: 20px 0;
		position: absolute;
	}

	.module-insights-slide {
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.module-insights-slide:after {
		content: '';
		position: absolute;
		top: 0;
		left: -50px;
		width: 1px;
		height: 100%;
		background-color: var(--color-gray-alt);
	}

	.insight-item {
		align-items: flex-start;
	}
}

@media screen and (min-width: 1280px) {
	.insight-item p {
		margin-bottom: 48px;
	}
}

@media screen and (min-width: 1920px) {
	.module-insights {
		padding-top: 130px;
		padding-bottom: 130px;
	}

	.module-insights-slide:after {
		left: -65px;
	}
}