.elementor .sam:hover{background-color: red;\n}.elementor .img{animation-name: move;
animation-duration: 5s;
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
animation-delay: 0ms;
animation-iteration-count: infinite;
animation-direction: normal;
 @keyframes move {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}\n}.elementor .he{background-color: yellow;\n}.elementor .img-spin{width:66px;display:flex;align-items:center;transform: rotate(360deg);\n}.elementor .cont{display:flex;justify-content:center;align-items:center;align-self:center;width: 50%;
height: 60px;\n}.elementor .cont-1{flex-direction:column;gap:1px;height: 230px;
justify-content: end;\n}