/* ------------------ footer ------------------ */
footer.footer {
    width: 100%;
    color: hsla(225, 3%, 52%, 1);
    background-color: transparent;
    font-size: 0.6rem;
    margin-bottom: 2rem;
}
.footer ul {
    margin-bottom: 0;
}
.footer-social-item {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
}

.footer.hidden {
    display: none;
}

@media (max-width: 576px) {
    .footer-social-item:first-child {
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-social {
        row-gap: 5px;
        justify-content: space-around;
    }

    .footer ul {
        margin: unset !important;
        text-align: center;
    }
}
