/*******************/
.foot-rb ul {
    display:flex;
    gap: 20px;
    justify-content: space-between;}
    
@media (max-width:580px) {
    .foot-rb ul {
        justify-content: center;}
}
