.body ul {
  margin-left: 16px;
}

.body-list-bullet-check ul {
  margin-left: 0;
}

.body-list-bullet-check ul li {
  display: flex;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

.body-list-bullet-check ul li::before {
  content: '';
  background-image: url('./icon-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}

.text-xl.body-list-bullet-check ul li::before {
  top: 0.5rem;
}

.text-lg.body-list-bullet-check ul li::before {
  top: 0.4rem;
}

p {
  font-size: inherit;
  line-height: inherit;
}

.list-two-column ul {
  @media all and (min-width: 992px) {
    column-count: 2;
    column-gap: 1.5rem;
  }
}

.ct-item-list {
  @apply ml-0;
}
