
@media only screen and (min-width: 2100px) {
  p {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 2100px) {
 h2 { font-size: 40px !important; 
}
}