.second-div .flex-wrapper a {
    padding: 3.3% 4%;
    text-align: center;
    border-radius: 0;
}

table.stock-table th:nth-of-type(2),
table.stock-table td:nth-of-type(2) {
    width: auto;
}

ul#myTab li {
    width: 50%;
}

@media (max-width:767px) {
    .second-div .flex-wrapper a {
        color: var(--primary-400, #939290);
        font-family: Gilroy-Regular;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        text-transform: capitalize;
        background: transparent !important;
        border: none;
        width: fit-content;
        padding: 0;
        padding-bottom: 10px;
    }

    ul#myTab {
        border: none;
        margin-bottom: 12%;
    }

    .second-div .flex-wrapper a.active {
        color: var(--primary-900, #282621);
        font-family: Gilroy-SemiBold;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        border-bottom: 2px solid #A69163;
    }
}