.faqs-image{animation:rotate 20s linear infinite both}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(30deg)}100%{transform:rotate(0)}}