How to get box-shadow CSS code from these figma properties

This is what I have

box-shadow:0 16px 40px -4px rgba(35,45,70,.22);

I need to change it to this from figma:

I’m not sure if this is what you are asking but those values would look like this.

box-shadow:2px 3px 10px 0px rgba(0,0,0,.25);

Oh … I didn’t realize it was that straightforward, thanks.