@media only screen and (max-width: 829px) and (min-width: 50px) {
    .mfd-c {
        flex-direction: column !important;
    }

    .mkw-100p {
        width: 100% !important;
    }

    .mkw-80 {
        width: 80px !important;
    }

    .mkw-200 {
        width: 200px !important;
    }

    .mhdn {
        display: none !important;
    }

    .mmgnt {
        margin-top: 10px !important;
    }

    .mctr {
        justify-content: center;
    }

    .dhdn {
        display: block !important;
    }

    .mtar{
        text-align: right;
    }
}