.tabList{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabListElement{
    height: 60px;
    width: 90%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    font-family: 'AkzidGroStdBolCnd';
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 26px;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.visibleflex{
    display: flex;
}

@media only screen and (max-width: 576px) {
    .visibleflex{
        display: none;
    }

    .tabListElement{
        height: 60px;
        width: 100%;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 26px;
    }
}
