@media screen and (max-width: 1180px) {
    body {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow-x: hidden;
    }

    .tablist {
        width: 92%;
        margin: 0 4%;
        height: 3rem;
        padding-bottom: 0;
    }

    .tablist .tablistheader {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tablist .tablistheader span {
        margin-right: 0.5rem;
        padding-bottom: 8px;
        line-height: 2rem;
        font-size: 1.2rem;
    }

    .tablist .tablistheader span i {
        display: none;
    }
}

/*# sourceMappingURL=toutinecircuit.css.map */
