Maybe I misunderstand how media queries work. But in the non-minified version, line 322, shouldn't all col-xxxl be removed and only exist within
@media (min-width: 2560px) { }
I'm getting some weird offset errors which was fixed by removing all xxxl classes from
@media (min-width: 1920px) { }