.socials {
	justify-content: center;
}
.socials [class*="social-"] {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	margin-right: 20px;
}

.socials [class*="social-"].last-visible-social {
	margin-right: 0;
}
.socials [class*="social-"].first-visible-social {
	margin-left: 0;
}
.socials [class*="social-"] i {
	margin: auto;
	color: #fff;
	z-index: 0;
}
.socials .social-facebook {
	background: #516FA3;
}
.socials .social-twitter {
	background: #4DB7EB;
}
.socials .social-instagram {
	background: #C536A4;
}
.socials .social-youtube {
	background: #BB413E;
}
.socials .social-pinterest {
	background: #B93F3C;
}