@media only screen and (min-width: 320px) {
    .gb-tabs__buttons, .gb-tabs__menu{
        justify-content: flex-start;
    }
    .gb-tabs__buttons .gb-button, .editor-styles-wrapper .gb-tabs__buttons .gb-button,
    .gb-tabs__menu .gb-tabs__menu-item, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item,
    .gb-tabs__buttons .gb-button:hover, .editor-styles-wrapper .gb-tabs__buttons .gb-button:hover,
    .gb-tabs__buttons .gb-button:focus, .editor-styles-wrapper .gb-tabs__buttons .gb-button:focus,
    .gb-tabs__menu .gb-tabs__menu-item:hover, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item:hover,
    .gb-tabs__menu .gb-tabs__menu-item:focus, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item:focus{
        background:none;
        border:none;
        color:inherit;
        text-decoration: none;
        font-size:14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        color:var(--orange);
        
    }
    .gb-tabs__buttons .gb-block-is-current, .editor-styles-wrapper .gb-tabs__buttons .is-selected,
    .gb-tabs__menu .gb-tabs__menu-item.gb-block-is-current, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item.is-selected{
        text-decoration: underline;
        background:none;
        color:var(--green);
    }
}

@media only screen and (min-width: 768px) {
    .gb-tabs__buttons, .gb-tabs__menu{
        justify-content: center;
    }
}

@media only screen and (min-width: 990px) {
    .gb-tabs__buttons .gb-button:hover, .editor-styles-wrapper .gb-tabs__buttons .gb-button:hover, 
    .gb-tabs__buttons .gb-button.gb-block-is-current, .editor-styles-wrapper .gb-tabs__buttons .gb-button.is-selected,
    .gb-tabs__menu .gb-tabs__menu-item:hover, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item:hover,
    .gb-tabs__menu .gb-tabs__menu-item.gb-block-is-current, .editor-styles-wrapper .gb-tabs__menu .gb-tabs__menu-item.is-selected{
        
    }
}

@media only screen and (min-width: 1280px) {

}
@media only screen and (max-width: 767px) {
    .gb-tabs__item .alignwide{
        margin:0px;
        width:100%;
        max-width:100%;
        padding-left:var(--mobile-side-padding);
        padding-right:var(--mobile-side-padding);
    }
}