.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.mobile-social .social-links {
    justify-content: flex-start;
}

.panel-footer .social-links {
    margin-left: 12px;
    margin-bottom: 27px;
}

.social-links li {
    background-color: white;
    color: var(--teal);
    border-radius: var(--rounded-circle);
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 8.5px;
}

.social-links a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}

.social-links a:hover {
    color: inherit;
}

/*Social Panel - Social Links*/
.panel-social .social-links {
        margin-left: 14px;
}

.panel-social .social-links li {
    color:  white;
    background-color: var(--teal);
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-right: 11px;
}

@media (min-width: 64em) {
    .panel-header .desktop-social .social-links li {
        color: var(--dark-gray);
        font-size: 18px;
        width: 19.5px;
        margin-right: 8px;
    }

    .panel-footer .social-links {
        margin: 0 29px 0 11px;
    }

    /*Social Panel - Social Links*/
    .panel-social .social-links {
        justify-content: flex-start;
        margin-left: 0;
    }

}
