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