.section-8{
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('images/contact-us.png'); 
    background-size: cover;
    padding: 120px 90px 120px 90px;
    margin-top: 86px;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.section-8 h1{
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2em;
}

.section-2{
    padding: 120px 120px 120px 120px;
}

.section-2 h1{
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 36px;
}

.section-2 h3{
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}

.section-2 p{
    font-size: 23px;
    line-height: 1.3em;
}

.btn-submit{
    background-color: #0d3755;
    border-color: #0d3755;
    border-radius: 0;
    font-size: 18px;
}