.aboutCol ul {
  list-style: none;
}

.aboutCol li:before {
  content: "✓";
  color: var(--yellow);
  position: absolute;
  margin-left: -1.2em;
  font-size: 1.5rem;
}
.aboutCol li {
  padding-bottom: 1.15rem;
  font-weight: 500;
}
