.sticky-tabs {
    position: sticky;
    top:0;
    left: 0;
    background-color: #C7FF50;
    z-index: 10;
}

.sticky-tabs__container {
    display: flex;
    justify-content: center
}

.sticky-tabs__container li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.21vw;
    height: 3.54vw;
    font-size: 0.73vw;
    font-family: var(--weight-500);
    cursor: pointer;
}
.sticky-tabs__container b {
    font-size: 0.88vw;
    font-family: var(--weight-700);
}
.sticky-tabs__container li.current {
    color: white;
    background-color: #00C013;
}
