/* Global "Take the next step" component (template-parts/modules/whats-next.php) */

.whats-next-section {
	margin-top: 48px;
	padding-top: 60px;
	border-top: 2px solid #ebecdc;
}

@media (max-width: 767px) {
	.whats-next-section {
		padding-top: 30px;
	}
}

.whats-next-section h2 {
	margin-bottom: 24px;
}

.whats-next-content ol {
	padding-left: 20px;
}

.whats-next-content ol li {
	margin-bottom: 16px;
}

.whats-next-content ol li:last-child {
	margin-bottom: 0;
}

.whats-next-content a {
	text-decoration: underline;
}
