.checklist-v2 li {
    border-style: none;
    margin: 0px;
  }
  .checklist-v2 h4 {
    margin: 0px;
  }
  .checklist-v2 p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .checklist-v2 .heading-2, .checklist-v2 .heading-3, .checklist-v2 .heading-4 {
    margin: 0px;
  }
  .checklist-v2 .non-title section p:first-of-type {
    margin-top: 0px;
  }
  .checklist-v2 .grid-margin li {
      margin-bottom: 1.5rem;
    }

.checklist.custom li {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    list-style-type: none;
    position: relative;
    margin: -1px;
    margin-left: 24px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

.checklist.custom li h4 {
      margin-bottom: 0.5rem;
      margin-top: 2rem;
    }

.checklist.custom li p {
      margin-top: 0.75rem;
      margin-bottom: 2rem;
    }

.checklist.custom li::before {
    border-color: var(--gray-100, #f4f4f5);
    border-width: 1px;
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    background: #fff
      url("https://res.cloudinary.com/highereducation/image/upload/co_rgb:2972F6,e_colorize:100,w_50,f_auto/v1/JAMstack/components/icon-checkmark.svg")
      no-repeat center center/25px auto;
    border-radius: 50%;
    content: "";
    height: 50px;
    line-height: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
  }

