@media screen and (min-width: 768px) {
  .category-search__lower-links:after {
    clear: both;
  }
  .c-link-list__item {
    float: none;
  }
  .c-link-list {
    float: left;
    width: 188px;
  }

}