@media screen and (min-width: 741px) {
.c-shop-list-col3-grid__wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px !important;
  }
  .c-footer-shop-list__section .c-shop-list__content:nth-child(3n) {
   border:none!important; 
  }
}