
  .grid4 {
    column-gap: 0;
    }

  .grid4 div:nth-child(n + 5) {
    border-bottom: 1px solid var(--title);
    }
 
  .grid4 div:nth-last-child(-n + 4) {
    border-bottom: none;
    }