footer{
    background-color: #F4A000;
    padding-top: 6.1rem;
    padding-bottom: 4.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
} 

.footer-menu ul li{
    margin-bottom: 2.7rem;
    text-align: center;
    font-size: inherit;
    line-height: 1;
}

.footer-menu ul li:last-child{
    margin-bottom: 0;
}

.footer-menu ul li a{
    color: #fff;
    font-size: 1.5em;
    line-height: 2.1rem;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
}

.footer-menu ul li a:hover{
    color: #2d2d2d;
    font-weight: bold;
}

.footer__logo{
    margin-bottom: 4.4rem;
    width: 16rem;
}

.footer__logo img,
.logo__linkedin{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logo__linkedin{
    width: 10rem;
    margin-top: 6.4rem;
}

@media only screen and (min-width: 1024px){

    footer{
        padding-top: 4.3rem;
        padding-bottom: 3.4rem;
    }

    .footer__logo{
        margin-bottom: 6rem;
        width: 20rem;
    }

    .footer-menu ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-menu ul li{
        margin-bottom: 0;
        margin-right: 10rem;
    }

    .footer-menu ul li:last-child{
        margin-right: 0;
    }
}
