@lemundibu you have a transform SCALE set on the Container symbol at that breakpoint. Remove it and will stop scaling on hover. If you want the scale to remain but without the “zoom” effect, simply apply the scale as an “initial state” for a legacy x1 interaction.
An other question concerning this container : How can I display responsively the container. Some part of the pricing are out of the container and don’t appear on main mobile views.
The css grid for the pricing div is having a hard time compressing beyond .25fr, which is it’s minimum. To circumvent the problem, I would advise, at that breakpoint, changing the .25fr columns to 25vw columns and setting the Grid to “Overflow: hidden”