<div class="item col-4 offset-md-4 col-lg-5 offset-lg-7">
이런식으로 반응형 크기별로 col / col offset/ col offset/ ~~~ 으로 작성하였더니
동작을 하지 않았다.
<div class="item col-4 col-lg-5 offset-md-4 offset-lg-7">
이렇게 크기별 col / col /~~~ 을 다 작성한뒤에
offset / offset-md /~~~~~ 오프셋들을 작성해주어야 정상적으로 작동된다.