.item-tabs-with-subitems{
    margin-top: 40px;
}
.item-tabs-with-subitems .items-wrapper{
    display: flex;
    justify-content: center;

    padding-left: 0;
    margin: auto;
    width: fit-content;
    margin-bottom: 40px;
    border-bottom: 2px solid #89C03C;
    clip-path: polygon(0% 0%, 100% 0%, 96.5% 100%, 0% 100%);
}
.item-tabs-with-subitems .items-wrapper .item{
    height: 40px;
    min-width: 265px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #F9F9F9;
    color: #000000;
    /*border-bottom: 2px solid #89C03C;*/

    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.item-tabs-with-subitems .items-wrapper .item.active{
    background: #89C03C;
}
.item-tabs-with-subitems .items-wrapper .item.active a:hover,
.item-tabs-with-subitems .items-wrapper .item.active a{
    color: #ffffff;
}

.item-tabs-with-subitems .items-wrapper .item a:hover,
.item-tabs-with-subitems .items-wrapper .item a{
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
}