/**
* style.css
* Version: 1.0.1
*/

.bpba-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
    margin-right: -5px !important;
}


.bpba-li-three {
    width: calc(100% / 3)!important;
}
.bpba-li-four {
    width: calc(100% / 4)!important;
    padding: 0 5px 0 0;
}

.bpba-username {
    font-size: 13px !important;
    text-align: center;
    margin: 0 !important;
}
.bpba-card p {
    font-size: 13px !important;
    text-align: center;
    margin: 0 !important;
}
.main-navs.dir-navs {
    margin-bottom: 0px !important;
}