How can I align multicolumn and rich text sections on my homepage?

Hey @Andrecolap

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.background-none .multicolumn-list .multicolumn-card__info{ padding-left: unset !important; }

And for your last issue you have to do some custom code like: you have to add anchor tag on image and description in multicolumn.liquid file.