.nav-tab-stocks {
    margin-bottom: 25px;
    border-bottom: none;
}
.offers-main .nav-tab-stocks li {
    width: 33%;
    max-width: none;
    background: transparent;
    color: #898D90;
    font-size: 12px;
}
.offers-main .nav-tab-stocks a {
    border: 1px solid;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #898D90;
    width: 100%;
    max-width: none;
    border-radius: 0;
    transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
    display: block;
    text-decoration: none;
    padding: 19px 0 17px;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}
.offers-main .nav-tab-stocks .active.show {
    background: #e5e5e5;
    color: #0C121C;
}
@media (max-width: 992px) {
    .offers-main .nav-tab-stocks li {
        width: 50%;
    }
}