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