.quick-links {
	position: relative;
	padding-bottom: 2.5rem;
	height: 100%;
}
.quick-links ul a {
	font-weight: 600;
}
.quick-link--main {
	position: absolute;
	bottom: -2.5rem;
	right: 0.5rem;
}
.quick-link--main:after {
	content: '\f105';
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5rem;
}
@media screen and (max-width: 1099px) {
	.quick-link--main {
		bottom: 0;
	}
}