How do I change the layout so the text left aligns?

Add the following custom CSS to the theme’s custom CSS area found in the Customizer.

#cn-cmap .cn-entry-cmap-card > .cn-left {
	float: right;
}

#cn-cmap .cn-entry-cmap-card > .cn-right {
	text-align: left;
}