.social {
    text-align: center;
}

.social .title {
    margin-bottom: 10px;
    font-family: var(--knockout-heavy);
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: inherit;
    text-transform: uppercase;
}

.social .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    list-style: none;
}

.social .social-network {
    flex-shrink: 0;
}

.social .social-link {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
}

/*----- header -----*/

.panel-header .social,
.desktop-nav-container .social {
    background: #71D2F2;
    color: var(--navy-dark);
}

.panel-header .social {
    padding: 17px 20px 15px;
}

.desktop-nav-container .social {
    padding: 20px;
}

.panel-header .social .social-links,
.desktop-nav-container .social .social-links {
    font-size: 25px;
}

.desktop-nav-container .social .social-links {
    gap: 20px;
}

/*----- footer -----*/

.panel-footer .social .title {
    display: none;
}

@media (min-width: 40em) {
    .panel-footer .social .social-links {
        justify-content: flex-start;
    }
}