.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links a,
.social-links a:hover {
    color: inherit;
}

.social-links .social-network {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;
    background-color: white;
    color: var(--light-teal);
    font-size: 12.21px;
    border-radius: var(--rounded-circle);
    margin-right: 14.8px;
}

.social-links .social-network .social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.social-links .social-network:last-child {
    margin-right: 0;
}

@media (min-width: 64em) {
    .social-links {
        flex-wrap: wrap;
        padding: 0px 35px 0 0px;
    }

    .social-links .social-network {
        width: 34px;
        height: 34px;
        font-size: 15.82px;
        margin: 0 8.8px 12px;
    }

      .social-links .social-network:last-child {
        margin-right: 8.8px;
    }

    /*Menu Styles*/
    .panel-header .menu .social-links {
        margin-bottom: 0;
        padding: 0 0 0 25px;
    }

    .panel-header .menu .social-links .social-network {
        width: 39px;
        height: 39px;
        margin: 0 7.65px;
    }
}

@media (min-width: 1350px) {
    .social-links {
        padding: 0px 83px 0 34px;
    }
}