@media screen and (min-width: 981px) {
  h2 { font-size: 18px; }
  p { font-size: 15px; }
}

@media screen and (max-width: 980px) {
  h2 { font-size: 46px; }
  p { font-size: 20px; }
}