.contact-us {
    padding: 50px 0;
    background-color: #f0f2f7;
    overflow: hidden;
}
.contact-us .heading {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #03498d;
}
.contact-us .description {
    font-size: 15px;
    margin-top: 50px;
}
.contact-us .offices .office {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
	height: calc(100% - 30px);
}
.contact-us .offices .heading {
    font-size: 25px;
    font-weight: 700;
}
.contact-us .offices .description {
    margin-top: 20px;
}
.contact-us > div:last-of-type {
	margin: 50px auto 0;
	max-width: 700px;
}
.contact-us > div:last-of-type input, .contact-us > div:last-of-type textarea {
	margin-bottom: 10px;
}
.contact-us > div:last-of-type input[type='submit'] {
	width: 100%;
}
