.social-links {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    max-width: 400px;
}

.panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_social_links {
    display: none;
}

.social-links li a {
    color: #fff;
    font-size: 15px;
}

.social-links .social-network {
    margin-right: 1rem;
}

.social-links .social-network:last-child {
    margin-right: 0;
}

.panel-footer .footer-bottom .social-links a {
    font-size: 25px;
}

@media screen and (min-width: 40em) {
    .social-links {
        display: block;
        max-width: initial;
    }

    .social-links .social-network {
        margin-right: 20px;
        display: inline;
    } 

    .panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
        display: none;
    }
    .panel-footer .nav-group .contentRender_name_plugins_collections_template_custom_social_links {
        display: block;
        flex: 1 0 250px;
        margin-left: 15px;
    }
}

@media screen and (min-width: 64em) {
    .social-links li a {
        font-size: 16px;
    } 
}
