.social-links {
    display: flex;
    justify-content: center;
    margin: 0 0 -17.5px;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links .social-network {
    margin-right: 10.5px;
}

.social-links .social-network:last-child {
    margin-right: 0;
}

.social-links .social-network a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1369a6;
	font-size: 19.12px;
	color: #FFF;
	fill: #fff;
	border-radius: 50%;
}

@media (min-width: 64em) {
	.social-links .social-network {
	    margin-right: 21.5px;
	}
	
	.social-links .social-network a {
		width: 63px;
		height: 63px;
		font-size: 30px;
	}
}
