.l-content .c-items {
  gap: 10px;
  justify-content: flex-start;
}
.l-content .c-items a {
  width: 31%;
}
@media screen and (min-width: 769px) {
  .l-content .c-items a {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .l-content .c-items a {
    width: 19%;
  }
}
