.footer__menu ul.cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 410px;
}

.header-mobile__menu {
    background: #bb8078;
}