Contact Page of MyBag is built using Visual Composer.It has a row with 2 columns. The Visual Composer Backend editor of the page look like this
<p class="text">Contact me to find out more or how i can
help you better.</p>
<address>Mybag Co.
902 Broadway
Floor 6
New York, NY 10010</address><a href="tel:(212) 726 8172">(212) 726 8172</a>
<a href="#">mail@meat.com</a>
<p>
<label for="exampleInputName">Name</label>
[text* Name class:form-control-bag]
</p>
<p>
<label for="exampleInputEmail">Email</label>
[email* your-email class:form-control-bag]
</p>
<p>
<label for="exampleInputEmail">Subject</label>
[text your-subject class:form-control-bag]
</p>
<p>
<label for="exampleInputMessage">Message</label>
[textarea your-message class:notebook]
</p>
<button class="btn btn-inverse btn-sm" type="submit">Send Now</button>