:root {
  --color-eggshell: 245, 244, 227;
  --color-light-eggshell: 252, 252, 237;
  --color-dark-eggshell: 218, 217, 200;
}

.what-to-expect__list {
  --icon-space: 1.3em;
  list-style-type: none;
}

.what-to-expect__list li {
  padding-left: var(--icon-space);
}
.what-to-expect__list li::before {
  content: "\2713";
  font-family: var(--font-heading);
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
}
