.path-label {
  font-size: 12px;
}

.path-card strong {
  margin-top: 10px;
  font-size: clamp(29px, 2.35vw, 35px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.path-copy {
  margin-top: 15px;
  color: #b8b2c0;
  font-size: 15px;
  line-height: 1.6;
}

.path-action {
  padding-top: 18px;
  font-size: 13px;
}

@media (max-width: 600px) {
  .path-card strong {
    font-size: 30px;
  }

  .path-copy {
    font-size: 16px;
  }
}
