.footer-nav--main li:nth-child(10){
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    max-width:60%;
    text-align: center;
}
.footer-nav--main li:nth-child(10) a{
     color: #EA002A;
}

@media only screen and (min-width: 768px) {
.footer-nav--main ul {
    columns: 3;
}
}

