.plan-card__icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-card__cta {
  justify-content: center;
  padding-inline: 17px;
}

.plan-card li::before {
  content: "✓";
  top: -1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

