@media only screen and (min-width: 320px) {
    .gb-tabs .gb-tabs__button{
        background:none;
        font-family:var(--title-font);
        color:var(--blue);
        padding:0px;
        flex-grow:unset;
        font-size:18px;
    }
    .gb-tabs .gb-tabs__button:hover{
        text-decoration: underline;
        background:none;
        color:var(--blue);
    }
    .gb-tabs .gb-tabs__button.gb-block-is-current{
        color:var(--blue);
        text-decoration: underline;
        background:none;
    }
    .gb-tabs .gb-tabs__button.gb-block-is-current:hover, .gb-tabs .gb-tabs__button.gb-block-is-current:focus{
        color:var(--blue);
        text-decoration: underline;
        background:none;
    }
}