.objectives-section {
	padding: 20px;
	background-color: white;
}

.objectives-section h2 {
	color: #2e67b1;
}

.objectives-section p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 5px;
	padding-top: 5px;
}

.objectives-section ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}

.objectives-section ul li {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 5px;
	position: relative;
	padding-left: 20px;
}

.objectives-section ul li:before {
	content: '•';
	color: #2e67b1;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.journey-section {
	background-color: #2e67b1;
	color: white;
	text-align: left;
	padding: 10px 40px;
	margin: 20px 0;
}

.journey-section h3 {
	margin: 0;
	font-size: 20px;
}

@media (max-width: 768px) {
	.main-container-manufacturing {
		padding: 20px;
	}

}
