.subtitle {
  font-family: "articulat-cf", sans-serif;
  font-size: 2.7rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 800px) {
  .subtitle {
    font-size: 2rem;
    line-height: 2.5rem;

  }
}