.footer__menu .wrapper-main .accordion .acc-item:nth-child(4n){
    width: 25%!important;
}

.footer__menu .wrapper-main .accordion .acc-item:nth-child(2n){
    width: 39%;
}

@media (max-width: 1150px){
    .footer__menu .wrapper-main .accordion .acc-item:nth-child(2n){
        width: auto;
    }
}

.wrapper-main{
    margin: 2rem auto!important;
}

h1{
    margin-top: 0.6em!important;
}

.header-edge:last-of-type {
    top: auto !important;
}