#exam-main-cont{flex-direction:column;gap:20px;display:flex}#question-grid-list{scrollbar-width:none;flex-wrap:wrap;grid-template-columns:repeat(5,1fr);gap:5px;height:50vh;max-height:50vh;display:none;overflow-y:auto}#exam-side-cont{max-width:300px;display:none}@media (width>=800px){#exam-top-cont{display:none}#exam-main-cont{flex-direction:row;padding-top:20px}#horizontal-qns-list{display:none}#question-grid-list{display:grid}#exam-side-cont{align-self:flex-start;display:block}}