.elementor .e-f8ab805-66c7297{width: 150px;         /* Set a specific width */
height: 150px;        /* Height must match the width exactly */
border-radius: 50%;   /* Turns the square into a circle */
object-fit: cover;    /* Prevents image distortion */

 transition: transform 0.3s ease-in-out;
}

/* Hover state: shrinks to 90% (which is 10% smaller) */
img:hover {
transform: scale(0.9);\n}.elementor .e-fe8d8f0-8124282{margin:10px;display:flex;align-items:center;}.elementor .e-11989e4-7512dfe{height:1px;display:flex;gap:0px;justify-content:center;}.elementor .e-fbd9deb-3a3eb0e{font-size:10px;}