@media all and (max-width: 1210px) {
    div#content>div:nth-of-type(2) {
        padding: 0;
    }

    div#content>div:nth-of-type(2),
    div#content>div:nth-of-type(2)>div {
        border-radius: 0 !important;
    }
}