I have this code in my CSS for a section
align-items: end;
justify-content: end;
It works well on Chrome MacOs but on Safari the elements are not aligned from the bottom. Does someone know why?
Link: https://q6demo.squarespace.com/homepage#our-6-step-process-section

