.card-group {
  background-color: #f4f5f6;
  border: 1px solid $color-border;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  .card-label {
    position: absolute;
    content: "";
    left: 16px;
    top: -10px;
    &::after {
      position: absolute;
      content: "";
      left: 0px;
      top: 9px;
      background-color: #fff;
      width: 100%;
      height: 2px;
      z-index: -1;
    }
  }
  .section-card {
    background-color: #fff;
  }
}
