﻿
.lp_footer_wrapper{
    max-width:900px;
    margin:0 auto;
}

.lp_footer_wrapper ul{
    display:flex;
    justify-content:space-around;
    margin-bottom:50px;
}

@media screen and (max-width: 600px){
    .lp_footer_wrapper ul{
        display:flex;
    flex-direction:column;
    margin-bottom:50px;
}
}