.customers-section{
  padding: 90px 0;
}

.customers-section h2{
    font-size: 46px;
    font-weight: 600;
    color:#002964;
    margin-bottom: 40px;
    line-height: 1.3;
}

.customers-card{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 12px;
    padding: 22px 18px;
    transition: 0.3s;
    text-align: center;
    height: auto;
}
.customers-card-header{
    border-bottom:1px solid #e9ecef;
    padding:8px 0;
}
.category-icon i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #123a82;
    color: #fff;
    border-radius: 50%;
}
.customers-card-header h4{
    color:#000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}
.customer-list a {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: #123a82;
    font-size: 14px;
    text-align: left;
}
