.footer-social-links .title-section {
	color: var(--white);
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-social-links .title-section img{
	width: 51px;
	margin-bottom: 10px;
}
.footer-social-links .title-section h3 {
	font-family: "cera-pro-bold", serif;
	font-size: 30px;
	line-height: 1.25em;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
	color: inherit;
}

.footer-social-links .title-section h4 {
	font-family: "libre-baskerville-italic", serif;
	letter-spacing: 0.02em;
	font-size: 15px;
	color: inherit;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links .social-network {
	position: relative;
	width: 35px;
	height: 35px;
	font-size: 18.14px;
    color: #FFF;
    margin-right: 29px;
}

.social-links .social-network:last-child {
	margin-right: 0;
}
.social-links .social-network::after {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #FFF;
	transform: rotate(45deg);
	pointer-events: none;
}

.social-links .social-network .social-link {
	color: inherit;
    font-size: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 64em) {
	.footer-social-links .title-section img {
		width: 70px;
		margin-bottom: 9px;
	}
	.footer-social-links .title-section h3 {
		font-size: 34.55px;
		color: inherit;
		margin-bottom: 31px;
	}

	.footer-social-links .title-section h4 {
		font-size: 16px;
	}

	.social-links .social-network {
		width: 55px;
		height: 55px;
		font-size: 28.06px;
		margin-right: 45px;
	}
}