.Client {
    background-color: #fff;
    padding-bottom: 22px;
    padding-left: 28px;
    padding-top: 1px;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.w3l-banner h3 {
    font-size: 30px;
    font-family: 'Prompt_Light';
}

.logoPartner {
    margin-bottom: 15px;
}

.customer-img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.customer-info h6 {
    color: rgb(171, 0, 0);
    font-weight: normal !important;
    font-family: 'Prompt';
}

.customer-info small {
    font-family: 'Prompt_Light';
}

.col-sm-6 {
    width: 100%;
}