Hi,
My site is lokal-assurances.ca
On the homepage, in the “Notre approche” section, I have same height marginless columns.
I want my button to be aligned at the bottom of the column. I have used the following CSS:
$el {
position: absolute;
bottom: 10px;
}
It woks fine on the column on the right but pushed the button in the left column all the way to the right, and hides it under the left column.
Help?
Thank you 
