.social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.social-links__icon {
	border-radius: 50%;
	display: inline-flex;
	height: 40px;
	margin: 0 0.35rem;
	position: relative;
	width: 40px;
}
.social-links__icon svg {
	fill: #fff;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
.social-links__icon:active svg,
.social-links__icon:focus svg,
.social-links__icon:hover svg {
	fill: #fff;
}
.social-label {
	display: inline-block;
	margin-right: 15px;
}
