.social-links-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.social-links-header h4 {
	margin: 0;
}
ul.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links-wrapper .social-link--item i {
	font-size: 1.5rem;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}
.social-links-wrapper .social-link--item a {
	transition: all 0.2s ease-in-out;
}
.social-links-wrapper .social-link--item a:hover {
	filter:brightness(0.8);
}
.social-links-wrapper i.fa-facebook {
	color: #1877F2;
}
.social-links-wrapper i.fa-twitter {
	color: #1DA1F2;
}
.social-links-wrapper i.fa-square-instagram {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.social-links-wrapper i.fa-youtube {
	color: #FF0000;
}
.social-links-wrapper i.fa-linkedin {
	color: #0072b1;
}
.social-links-wrapper i.fa-pinterest {
	color: #E60023;
}
.social-links-wrapper i.fa-spotify {
	color: #1DB954;
}
.social-links-wrapper .fab.fa-tiktok {
    color: #000;
}