.immershift-consulting-cta-h2:hover { background: rgba(0, 0, 0, 0) !important; color: rgb(234, 221, 35) !important; border-color: rgb(234, 221, 35) !important; }
.immershift-consulting-cta-h3:hover { background: rgb(255, 255, 255) !important; color: rgb(0, 9, 117) !important; border-color: rgb(255, 255, 255) !important; }
@keyframes is-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
