The two 'br's brings the text down by two lines but that is not what I want. I want the text to be at the bottom of the column along with another block of text at the top of the same column.
Not 100% sure what you're looking for but if you want the text in the same column, put it in the same div with the above text and add more <br> tags to seperate the two or use the <p> tag for each element.