._3f6d0ccc svg {
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out;
}

._3f6d0ccc:hover svg {
  transform: rotate(360deg);
}
