@media screen and (min-width:1200px){.hide-on-desktop{display:none}}@media screen and (min-width:768px) and (max-width:1199px){.hide-on-tablet{display:none}}@media screen and (max-width:767px){.hide-on-mobile{display:none}.reverse-yes{display:flex;flex-direction:column-reverse}}