@media only screen and (max-width: 600px) {
    .auth-brand {
        justify-content: center;
    }

        .auth-brand .app-brand-link img {
            height: 60px;
        }

    .mobile-prefix-width {
        width: 30%;
    }

    .bs-stepper.vertical .bs-stepper-header {
        flex-direction: row !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 0 !important;
    }

    .ml-20 {
        margin-left: 0;
    }

    .bs-stepper .bs-stepper-header .step .bs-stepper-circle {
        width: 1.7rem !important;
        height: 1.7rem !important;
        font-size: 0.8rem !important;
    }

    .btn-prev, .btn-next {
        width: 1.7rem !important;
        height: 1.7rem !important;
        font-size: 0.8rem !important;
        padding: 0;
    }

    .bs-stepper .bs-stepper-content {
        padding: 0 !important;
    }

    .bs-stepper .content.dstepper-block {
        margin-top: 15px;
    }

    .light-style .bs-stepper:not(.wizard-modern) {
        box-shadow: none !important;
    }

    .bs-stepper .bs-stepper-header {
        padding: 0 0.5rem 0.5rem 0 !important;
    }

    .exam-div h5 {
        font-size: 15px;
    }

    .exam-div span {
        font-size: 15px;
    }

    .custom-input-form {
        display: flex;
        flex-direction: column;
        padding: 0 5px 5px;
    }

    .muraciet-btn {
        width: 100%;
    }

    .packages-radio {
        align-items: end;
        flex-direction: column;
        background: transparent; 
        border: none;
    }

    .muraciet-btn {
        margin-top: 5px;
    }

    .question-header {
        flex-direction: column;
        align-items: start;
    }
      
    .btn-buttons-list {
        display: flex; 
    }
}

@media only screen and (max-width: 1200px) {
    column-count {
        column-count: 3;
    }
}

@media only screen and (max-width: 2000px) {
    column-count {
        column-count: 4;
    }
}