How can I split my contact page content 50/50 without coding?

@CrazyBobble

Please add the following code at the bottom of your assets/styles.css file.

@media (min-width: 768px) {
.template-suffix-contact .slim-column-left-layout>.column:first-child {width: 600px;margin-right: 40px;}
.template-suffix-contact .slim-column-left-layout>.column:last-child { flex: 0 1 400px;}
}

Thanks!