.section.intro .column {
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.headers {
	width: 80%;
}
.links {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6rem;
}
.links:after {
	content: '';
	display: flex;
	width: 30%;
}
.action {
	display: flex;
	width: 30%;
}
.action a, .action a:active, .action a:visited {
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	color: #000;
}
.action a:hover {
	text-decoration: underline;
	color: #83d464;
}
.action a:before {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	width: 4.5rem;
	height: 4.5rem;
	background: url('../images/scroll.min.svg') 50% 50% no-repeat;
	background-size: 1rem;
	vertical-align: middle;
	margin-right: 1rem;
	border-radius: 50%;
	border: 3px solid #83D464;
}
.partners {
	display: flex;
	width: 40%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.partner {
	display: flex;
	width: 5rem;
	height: 5rem;
	margin-right: 3rem;
}
@media (max-width: 1920px) {
	.partner {
		width: 3.35rem;
		height: 3.35rem;
		margin-right: 1.75rem;
	}
}
@media (max-width: 1360px) {
	.headers {
		width: 60%;
	}
}
@media (max-width: 1024px) {
	.links {
		font-size: .9rem;
	}
	.action a, .action a:active, .action a:visited {
		font-size: .9rem;
	}
	.action a:before {
		width: 3.5rem;
		height: 3.5rem;
	}
	.partner {
		margin-right: 1.5rem;
	}
}
@media (max-width: 768px) {
	.intro {
		padding-top: 2rem;
	}
	.links {
		margin-top: 10rem;
	}
	.links:after {
		display: none;
	}
	.action {
		width: 50%;
	}
	.partners {
		width: 50%;
	}
}
@media (max-width: 668px) {
	.intro {
		padding-top: 0;
	}
	.headers {
		width: 40%;
	}
	.links {
		width: 250%;
		margin-top: 2rem;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.action {
		width: 100%;
		margin-bottom: 2rem;
	}
	.partners {
		width: 100%;
		justify-content: flex-start;
	}
	.action a:before {
		display: none;
	}
	.action a:after {
		content: '';
		display: inline-block;
		width: 2rem;
		height: 2rem;
		background: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 19.6a1.1 1.1 0 0 1-2 0L.3 2.3a.5.5 0 0 1 .6-.7l9.2 5.1a4 4 0 0 0 3.8 0l9.2-5a.5.5 0 0 1 .6.6L13 19.6z" fill="%2383d464" /%3E%3C/svg%3E') 50% 50% no-repeat;
		background-size: 1.2rem;
		vertical-align: middle;
		margin-left: .5rem;
	}
	.action a, .action a:active, .action a:visited {
		line-height: 4rem;
		border: 3px solid #83D464;
		padding: 0 2rem 0 3rem;
		border-radius: 2.5rem;
		text-transform: uppercase;
		font-weight: bold;
	}
}
@media (max-width: 480px) {
	.intro .column {
		flex-direction: column-reverse;
	}
	.headers {
		width: 100%;
		margin: 0;
	}
	.links {
		width: 100%;
		justify-content: center;
	}
	.links .partner {
		margin: 0 1rem;
	}
	.action {
		margin-right: 0;
		margin-bottom: 2rem;
		justify-content: center;
	}
	.partners {
		justify-content: center;
	}
}
