<div class="container">
<section class="form">
<h1>Contact Us</h1>
<div class="grid -columns-2">
<div class="cell">
<label class="field -wide">
First Name
<input class="input" type="text" placeholder="First">
</label>
</div>
<div class="cell">
<label class="field -wide">
Last Name
<input class="input" type="text" placeholder="Last">
</label>
</div>
</div>
<label class="field -wide">
Email Address
<input class="input" type="text" placeholder="address@domain.com">
</label>
<label class="field -wide">
Title (optional)
<input class="input" type="text" placeholder="Role">
</label>
<div class="field -wide">
Questions or Comments (optional)
<textarea class="input" cols="30" rows="10" placeholder="Tell us more..."></textarea>
</div>
<div class="actions -spaceBetween">
<label class="actions__action field -inline" for="checkbox-default">
<input class="checkbox" type="checkbox" id="checkbox-default">
<span>I agree to the <a href="">Terms and Conditions</a></span>
</label>
<button class="actions__action button">Let's Go</button>
</div>
</section>
</div>