@media (max-width: 1024px) {
    .main-form_buttons {
        gap: 15px;
        flex-direction: column;
    }
    .info-form-button {
        min-width: 50%;
    }

    .info-form form .inputSearch {
        width: 60%;
    }
    .info-form-filter {
        flex-wrap: wrap;
    }
    .title-table .info-item__column {
        font-size: 9pt;
    }
    .info-item__column {
        font-size: 9pt;
    }
    .quiz-result input[type='submit'] {
        width: 60%;
        font-size: 12pt;
    }
    .quiz-result table{
        font-size: 10pt;
    }
    .another-quiz__wrapper table{
        font-size: 10pt;
    }
    .another-quiz__wrapper form {
        width: 95%;
    }
}