div.main{width:90%;margin:auto}div.main div.question{background-color:var(--white);border-radius:1rem;padding:2rem;margin-top:1rem;margin-bottom:1rem;padding-bottom:0;scroll-margin-top:1rem;scroll-snap-margin-top:1rem}div.main div.question h2{width:100%;font-family:"Roboto Slab","Helvetica Neue",sans-serif;letter-spacing:1px;text-transform:uppercase;z-index:1;cursor:pointer;flex-basis:calc(100% - 50px)}div.main div.question h2.minimize{float:right;font-size:50px;line-height:30px;font-family:"Noto Sans","Helvetica Neue",Helvetica,Arial;color:var(--dark-red);flex-basis:50px}@media screen and (max-width:600px){div.main div.question h2.minimize{display:none!important}div.main div.question h2{flex-basis:unset!important}}div.main div.question h2 div.minimize.minimized{padding-right:.5rem}div.main div.question div.answer{opacity:0;visibility:hidden;padding-bottom:0;height:0;z-index:0}div.main div.question div.answer.shown{opacity:1;visibility:visible;height:auto;padding-bottom:1rem;transition:all .5s ease-in-out}div.fancy-text{width:100%}