.question-text {
   @media (min-width: 768px) {
       height: 7rem; 
   }

   @media (min-width: 820px) {
       height: 4rem; 
   }
}