footer{
    background-color:black;
}

/* footer ul li:not(:first-child){
    font-family: 'CorpoS';
} */

footer a{
    font-family: "Corpo S Text Office";
    text-decoration: none;
    color:#767676;
    cursor: pointer;
    font-size: 16px;
}
footer ul li a:hover,
footer .footer-bottom-end-nav
{
    text-decoration: none;
    color:#767676!important;
}

footer ul li:first-child{
    pointer-events: none;
}

footer ul li p {
    font-size: 18px;
}

@media (max-width: 800px) {
    .footer-media {
        margin-bottom: 4rem !important;
    }
}