Hola Lorena!
Great job! It looks pretty much the same as the original.
For the button, I'd say flexbox would probably work better. At least that's what I did when I completed this challenge 😅. That way the text and the icon will be centered more easily, and it will look better when resizing the viewport.
I'm no expert, but from what I understand, you'd use grid for things that are more rigid, like layouts, where you want the parent to be in control; and flexbox for things that are meant to be FLEXible, like page components, where the children will be more independent.
The other details I would work on to make it look exactly like the original would be:
- making the heading slightly smaller,
- increasing the line height for the main/paragraph text, and
- fixing the layout so that the two sides are the same size (on desktop).
Did you have any specific questions about accessibility? You can fix the error showing on your report by adding an empty alt tag (alt=""), since the icon is only decorative and doesn't need to be communicated to screen reader users 😊
Keep up the good work! 👏