@media screen and (max-width: 767px) {
  .home_model_grid .grid_item {
    margin-bottom: 0
  }

  
  
  .content_two_col {
    column-count: 1;
    column-gap: unset;
    column-rule: unset;
  }
  .content_two_col p:first-of-type {
    margin-top: unset;
  }
  .two_col_list ul {
    columns: 1;
    column-gap: unset;
  }
  .four_col_list ul {
    columns: 2;
  }
}
@media screen and (max-width: 480px) {
  .four_col_list ul {
    columns: 1;
  }
  .home_model_grid .grid_item:nth-child(2),
  .home_model_grid .grid_item:nth-child(4) {
    top: 0;
  }
}