section.block-tabs {
    border: none;
    overflow-x: hidden;
    padding-bottom: 0;
    padding-top: 3rem;
}
.inner-tabs{
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.tabs-header{
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.875rem;
    padding: 0.375rem;
    border-radius: 10px;
    background-color: var(--wp--preset--color--grey-light);
}
.tabs-header .button-tab:hover,
.tabs-header .button-tab:focus{
    border: 1px solid transparent;
}
.tabs-header .button-tab {
    cursor: pointer;
    margin: 0 0.8rem;
}
.tabs-header .button-tab:first-child{
    margin-left: 0;
}
.tabs-header .button-tab:last-child {
    margin-right: 0;
}
.header-title-tabs{
    margin-bottom: 1.25rem;
}
.header-title-tabs > h1,
.header-title-tabs > h2,
.header-title-tabs > h3,
.header-title-tabs > h4,
.header-title-tabs > h5,
.header-title-tabs > h6 {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 919px) {
    section.block-tabs {
        background-color: var(--wp--preset--color--grey-light);
        padding-bottom: 1rem;
        padding-top: 1.5rem;
    }
    .tab-panel{
        display: none;
    }
    .tab-panel.active{
        display: block;
    }
}