/* Large tabs */
.tabs-large{
    /* overflow: unset; */
    transform: translate(0px, -80px);
}
.tabs.is-toggle ul{
    box-shadow: var(--shadow);
    flex: none;
    margin: auto;
}
.tabs.is-toggle a {
    background-color: white;
    border: none;
}
.tabs.is-toggle li.is-active a {
    background-color: white;
    /* border-color: #485fc7; */
    color: var(--dark) !important;
    box-shadow: 0 3px 0 0 var(--primary-color);
    /* color: #fff; */
    border: none;
    z-index: 1;
}
.tab-large a {
    /* box-shadow: var(--shadow); */
    padding: 2rem 3rem;
}