.text-block--large {
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .text-block--large {
    font-size: 1.6rem;
  }
}

.text-block--small {
  font-size: 1.4rem;
}
