
.bank-businessTypeWrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 40px 0 20px 0;
}

.bank-businessType {
    background-color: #ecf4ff;
    color: #000 !important;
    padding: 10px;
    font-size: 15px;
}

.bank-businessTypeActive {
    background-color: #333;
    color: #fff !important;
}

