.therapy-sec ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}

.therapy-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url('../images/tick-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.therapy-sec ul li.list-item-x::before {
  background-image: url('../images/x-circle.svg') !important;
}

.therapy-sec ul li.list-item-tick-fill::before {
  background-image: url('../images/tick-fill.svg') !important;
}
