div[data-section-type="stats-style-2"] {
  .group-block[style*="--border-style: solid;"] {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
  }

  .color-scheme-3,
  .color-scheme-8 {
    .group-block[style*="--border-style: solid;"] {
      border-left: 0;
    }

    @media (min-width: 750px) {
      .group-block[style*="--border-style: solid;"]::before {
        content: "";

        position: absolute;
        top: 0;
        left: 0;

        width: var(--border-width);
        height: 100%;

        background: rgba(113, 113, 113, 0.60);
      }
    }
  }
}