
.completed-list {
	width: 25%;
}

.completed-list .column-heading {
	font-family: "Moderat";
	font-size: 16px;
	line-height: 20px;
	color: #8d8d8d;
	margin-bottom: 1.5rem;
}

.completed-list ul {
	list-style-type: none;
	padding-inline-start: 0;
}

.completed-list ul li {
	font-family: "Moderat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0f1012;
}

.solutions-section h2 {
	margin-bottom: 0;
}

.goal-section, .solution-section {
	margin-top: 50px;
}

@media (max-width:768px) {
	.container {
		flex-direction: column;
	}
	
	.completed-list {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.solutions-section {
		width: 100%;
	}
}
