.cstm_center{
    text-align: center;
    width: 100%;
}
@media(max-width:750px){
.cstm_footer .footer-block__details-content{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 0;
} 
.cstm_footer .footer-block__details-content .list-menu__item--link{
    padding:0;
  }
}