@media only screen and (max-width: 1200px) {
    hr {
        margin-left: 0;
        margin-right: auto;
    }
}
