#legal_other {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
}

@media only screen and (max-width: 600px) {
    #legal_other { padding: 25px 15px; margin-top: 10px; margin-bottom: 10px; }
}
