If you find the columns jarring, run this in the console:
document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));
replies(2):
document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));