.c-heading__text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  font-family: var(--heading-font-family);
  letter-spacing: 0.02em;
  line-height: 1.25;
}
@media (max-width: 740px) {
  .c-heading__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
