.rotate-dish{-webkit-animation:rotate-center 50s linear infinite both;animation:rotate-center 50s linear infinite both}@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}::selection{color:#fff;background:#a06524}@media screen and (max-width:980px){.reverse-columns{display:flex;flex-direction:column-reverse}}