.footer-social{
	background-color: #FFF;
    padding: 3px 15px 30px;
}
.footer-social .inner{
	max-width: 75%;
	margin: 0 auto; 
}
.footer-social .social-title{
    border-bottom: 1px solid #8e7959;
    margin-bottom: 15px;
}

.footer-social .social-title h2{
    font-weight: 300;
    font-family: "museo-slab";
    color: #8e7959;
    font-size: 24px;
    text-align: center;
    margin-top: 0;
}

.social-links {
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links .social-network:not(:last-child)  {
    margin-right: 28px;
}

.social-links .social-network:nth-child(1) { color: #e0ce2c; }
.social-links .social-network:nth-child(2) { color: #e24c30; }
.social-links .social-network:nth-child(3) { color: #bccc3f; }
.social-links .social-network:nth-child(4) { color: #e5232e; }
.social-links .social-network:nth-child(5) { color: #f0612f; }
.social-links .social-network a { 
    color: inherit; 
    display: flex;
}
.social-links .social-network .blog-icon{
    width: 23px;
}
@media screen and (min-width: 40em){
    .footer-social .social-title h2{
        font-size: calc(35px + (55 - 35) * ((100vw - 641px) / (1024 - 641)));
    }
}
@media screen and (min-width: 64em){
    .footer-social{
        padding: 29px 15px 90px;
    }
    .footer-social .inner{
        max-width: 830px;
    }
    .footer-social .social-title{
        margin-bottom: 28px;
    }
    .footer-social .social-title h2{
        font-size: 63px;
        margin-bottom: 20px;
    }

    .social-links {
        font-size: 41px;
        justify-content: center;
    }

    .social-links .social-network:not(:last-child) {
        margin-right: 50px;
    }

    .social-links .social-network .blog-icon{
        width: 35px;
    }
}