
.mas-tab-buttons-overflow-x span{
    cursor: pointer;
}
span.tab-button{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tab-button{
    height: -webkit-fill-available;
}
.mas-tab-buttons-overflow-x {
    flex-wrap: wrap;
    display: flex;
     justify-content: space-between;
}
@media (max-width: 991px) {
.mas-tab-buttons-overflow-x {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
}
span.tab-button{
  width: 100%;
}
.mas-tab-buttons-overflow-x span.tab-button{
 white-space: nowrap;
}
}

.mas-tab-buttons.akj {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {

.mas-tab-buttons.akj {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow: auto;
}
.mas-tab-buttons.akj span.tab-button {
    flex: 1 1 22%;
    box-sizing: border-box;
}
}


   