h2{
    font-size: 34px;
    line-height: 36px;
    margin: 55px 0 40px;
    font-weight: 600;
}
h3{
    font-weight: 600;
}
section#welcome{
    background: #fff;
    padding-bottom: 65px;
}

.testimonials{
    padding-top: 90px;
}

section#founder{
    background: #fff;
    padding-bottom: 65px;
}


section#founder .image{
    position: relative;
    padding-top: 8%;
    padding-left: 8%;
}
section#founder img.small{
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: solid 2px #fff;
}

section#founder .quote{
    position: relative;
    padding-bottom: 35px;
    border-bottom: solid 1px #0d6277;
}
section#founder .quote p{
    color: #0d6277;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
section#founder .quote h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
section#founder .quote:after{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 37px;
    left: 50%;
    bottom: 0;
    background: #fff url('../images/quote-green.png') center no-repeat;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}


/* responsive ----------------------------------------------------- */

@media (max-width: 900px){
    section#welcome .half.image{
        padding-bottom: 0;
    }
}