#footer {
    background: var(--black);
    padding: 85px 125px;
}

.footer__area__container img {
    border-radius: 100%;
    width: 150px;
    box-shadow: 0 0 15px 0px var(--light-green);
}

.footer__area__container ul {
    list-style-type: none;
}

.footer__link:link,
.footer__link:visited {
    display: inline-block;
    text-transform: uppercase;
    color: var(--light-green);
    text-decoration: none;
    transition: all .2s;
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    .footer__link:link,
    .footer__link:visited {
        font-size: 1.5rem;
    }
}

.footer__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.footer__link:hover {
    color: var(--light-green);
    transform: scale(1.1);
}

.media span a,
.media span a:visited,
.work-hours span {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
}

.work-hours {
    flex-direction: column;
}

@media only screen and (max-width: 870px) {
    main {
        padding-bottom: 70px;
    }
    #footer {
        padding: 15px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    #footer .container {
        padding: 0;
    }
    .footer__area__container:not(:last-child) {
        display: none;
    }
    .footer__area__container:last-child {
        /*margin: auto;*/
        margin: 0;
        justify-content: space-around;
        width: 100%;
    }
    .footer__area__container {
        margin: auto;
        display: flex;
        flex-direction: row-reverse;
        padding-bottom: 40px;
        gap: 0.5rem;
    }
    .media {
        gap: 15px;
        width: 100% !important;
    }
    .work-hours {
        flex-direction: row !important;
        gap: 12px;
    }
    /*.section__menu-categories {*/
    /*    margin-bottom: 7rem !important;*/
    /*}*/

}
@media only screen and (max-width: 768px) {
   .media {
        width: 80% !important;
    }
}