.footer__list{
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 778px){
    .footer__list{
        flex-direction: row;
        justify-content: space-between;
    }
}