/*Local Overrides*/
.section-additional-resources {
	margin-top: 148px;
}
@media only screen and (max-width: 1068px) {
	.section-additional-resources {
		margin-top: 128px;
	}
}
@media only screen and (max-width: 734px) {
	.section-additional-resources {
		margin-top: 140px;
	}
}

.fix-01 {
	width: 103%;
}
@media only screen and (max-width: 1068px) {
	.fix-01 {
		width: 100%;
	}
}
