@media (min-width: 992px) {
  h5 {
    font-size: calc(1rem + 1vw);
  }
}

