.languages-header {

}
.languages-header ul {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: end;            
}
.menu-footer-spanish-container {
    margin-bottom: 15px;
}
.menu-footer-spanish-container ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -18px 0 -20px;
    width: calc(100% + 40px);
    justify-content: start;
    text-transform: uppercase;
}
.menu-footer-spanish-container ul li {
    display: block;
    margin: 0 18px 0 20px;
    padding: 3px 0;
}