.section-8{
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('images/what-we-do.png'); 
    background-size: cover;
    padding: 120px 90px 120px 90px;
    margin-top: 86px;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    background-position: center 28%;
}

.section-8 h1{
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2em;
}

.section-9{
    padding: 50px 120px 120px 120px;
}

.section-9 h3{
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    line-height: 1.4em;
    color: #000000;
    font-size: 20px;
}

.section-9 p{
    text-align: left;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 10px !important;
    line-height: 1.8em;
    color: #666;    
    font-weight: 500;
    font-size: 100%;
}