.main-products__tabs-item .title span {
    color: #A7A7A7;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px !important;
}
.main-products__tabs-item .color-theme-hover span:hover,
.main-products__tabs-item.active span {
    color: #016B53;
}