.banner-clien {
    background-image: url(../img/banners/cliente.jpg);
    height: 276px;
}
.callout-1 {
    padding: 70px 0 140px;
}
.callout-1 p {
    font-size: 15px;
    max-width: 850px;
    margin: 0 auto 60px;
}
.callout-1 .d-cliente > div {
    width: 220px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 980px){
    .banner-clien {
        height: 140px;
    }
}