#hero_bg {
    background: url("../images/borrowers/borrower-hero.jpg") no-repeat scroll center center;
    background-size: cover;
}

.maincontent h3 {
    color: #10426B;
    font-size: 20px;
    max-width: 400px;
    margin: auto;
}

#lender_borrower_featurelist {
    grid-template-columns: 50% 50%;
    max-width: 500px;
    margin: auto;
}

#borrower_customers {
    margin-top: 20px;
    max-width: 530px;
}

#borrower_customers h1.orange {
    padding-top: 15px;
}

#borrower_customers p {
    padding-top: 28px;
}

#borrower_customers .lblue, #borrower_customers .orange {
    padding-top: 0;
}

#borrower_icon9 {
    width: 50px;
    margin-top:20px;
}

#borrower_icon9container {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: white;
    margin: auto;
    box-shadow: 5px 9px 24px 4px rgba(0,0,0,0.18);
    position: absolute;
    left: 50%;
    transform: translate(-50%,38%);
}

#lender_borrower_covered {
    padding-bottom: 80px;
}

@media (max-width: 481px) {
    #hero_bg {
        background: url("../images/borrowers/borrower-hero-mobile.jpg") no-repeat scroll center center;
        background-size: 481px !important;
        background-position: left top !important;
    }

    #lender_borrower_covered p {
        max-width: 330px;

    }
}

