.client-wrap {
    padding:35px 0 0px;
    text-align: center;
}

.client-wrap h1 {
    padding-bottom:10px;   
    margin: 0;
}

span {
    color: #0FB636;    
}

.client-wrap {
    text-align: center;
}

.client-wrap p {
    font-family:'liberation_sansregular',Arial; 
    color: #525252;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.client-wrap .client_wrap_para span {
    font-family:'roboto_condensedregular',Arial;
    font-style:italic;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0FB636;
    margin: 24px 0;
    display: inline-block;
}

.client-wrap .client_wrap_para .suburb {
    font-family:'roboto_condensedregular',Arial;
    font-style:italic;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #111111;
    margin: 24px 0;
    display: inline-block;
}


.client-wrap span.arrow-left {
    background: url(../images/quote-left.png) no-repeat left center;
    display: inline-block;
    width: 31px;
    height: 29px;
    margin: 0 15px 0px 0;
}

.client-wrap span.arrow-right {
    background: url(../images/quote-right.png) no-repeat left center;
    display: inline-block;
    width: 31px;
    height: 29px;
    margin: 0 0 -14px 10px;
}