footer {
    background: linear-gradient(90deg, #f87c09 , #FD2746);    text-align: center;
}

footer ul:nth-child(1) {
    padding: 20px 0;
}

footer ul:nth-child(2) {
    padding: 20px 0;
    background-color: #EFBA43;
}

footer ul:nth-child(1) li {
    text-align: center;
    color: white;
    font-weight: 600;
}

footer ul:nth-child(2) li {
    display: inline-block;
    padding: 0 10px;
}

footer ul:nth-child(2) li a {
    display: inline-block;
    padding: 0 10px;
    color: #222;
    font-weight: 700;
    text-decoration: none;
}