@media screen and (min-width: 640px) and (max-width: 768px) {   h1 {      font-size: 0.7rem;   }   h2.big {      font-size: 2rem;      line-height: 2rem;   }}