.plan-feat-point {
  font-size: 12px;
  line-height: 2;
  padding-left: 10px;
  position: relative;
}

.plan-feat-point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('../images/check-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

.plan-feat-val {
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
}