
/* Section 1 */
.c-loan {
    background:var(--powder);
}
.c-loan__banner {
    background-image:linear-gradient(180deg,rgba(234,244,229,.2),rgba(234,244,229,.7)), url(https://fbhl-web-photos.s3.amazonaws.com/general/refresh/banner-team.jpg);
}

/* Section 2 */

.c-loan__card {
    flex-basis:calc(25% - var(--space-xs));
    min-width:250px;
    max-width:350px;
}
.c-loan__img {
    width:100px;
    height:100px;
}
.c-loan__btn {
    width:100%;
}

#show-more {
    margin:0 auto;
}