Lorem ipsum dolor sit amet consectetur adipiscing
Aliqua id fugiat nostrud irure ex duis ea quis id quis ad et. Sunt qui esse pariatur duis deserunt mollit dolore cillum minim tempor enim elit aute irure tempor cupidatat incididunt.



<style> /* -- The root styles must go in the element of the structure with the name "Image". --*/ .hero-43__img{ /* Styles for the second image */ &:nth-child(2){ margin-top: var(--space-xl); } /* Styles for the third image */ &:nth-child(3){ /* Multiply x2 the space applied to the second image */ margin-top: calc(2 * var(--space-xl)); } } </style>