.tabs-bg{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.tab-items-x3{
    width: calc(100% / 3);
    text-align: center;
}

.tab-items-x4{
    width: calc(100% / 4);
    text-align: center;
}
.tab-items-x5 {
    width: calc(100% / 5);
    text-align: center;
}

.tab-items-x6 {
    width: calc(100% / 6);
    text-align: center;
}

@media screen and (max-width: 720px){
    .tab-items-x3,
    .tab-items-x4,
    .tab-items-x5,
    .tab-items-x6 {
        width: 100%;
    }
    
}

.tab-items-pills{
    border-left: 1px solid #f2edff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
}