
@media(max-width: 767px){
    .fat-footer > div:first-child {
        margin-bottom: 10px;
    }
    .legal-links a {
        margin-right: 10px;
    }
}
@media(min-width: 768px){
    .fat-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fat-footer > div:first-child {
        width: 40%;
    }
    .legal-links a {
        margin-left: 20px;
    }
}
