@media (min-width: 320px) and (max-width: 920px) {
    .get-order-btn {
        width: 43px;
        height: 43px;
    }

    .pseudo-title {
        text-align: left;
    }

    .form-master-box .question-form-title {
        text-align: center;
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .form-master-box .simple-p {
        text-align: center;
        margin-bottom: 16px !important;
    }

    #article-section .form-title {
        margin-right: 0;
        line-height: 1.3;
    }

    form#discont input:first-child {
        text-align: center;
    }

    .seo-title.simple-title {
        text-align: left;
    }

    .modal input {
        text-align: center;
    }

    .modal legend {
        display: flex !important;
        justify-content: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .form-master-box input.phone-master {
        text-align: center;
    }

}