/* GrandLiga global header refinements — v23 */
@media screen and (max-width: 1000px) {
    .main_header .question::before {
        content: "";
        display: block;
        width: 1.8em !important;
        height: 1.8em !important;
        margin: 0 !important;
        background-image: url("img/icon-question.svg") !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        image-rendering: auto;
        transform: none !important;
    }
}
