.heading--tabs--item{
    margin-left: 6px;
    margin-top: 6px;
    padding: 9px 16px 8px;
    white-space: nowrap;
    border: 2px solid #e3ecef;
    border-radius: 5px;
    cursor: pointer;
    transition: all .15s ease 0s;
    background: #fff;
    text-decoration: none !important;
    color: #3D4B52 !important;
    margin-right: -6px !important;
}
.heading--tabs--item:hover{
    border-color: #8ea6ab;
    background: #e3ecef;
    color: #3D4B52 !important;
}
.heading--tabs--item.active--tab--item{
    border-color: #ff6f2e;
    background: #ff6f2e54;
}