@media only screen and (max-width:767px) {
    .question-answer-list .question__box .question__title p {
        font-size: 18px;
    }
    .question-answer-list .question__box .question__title {
        margin-bottom: 7px;
    }
    .question-answer-list .question__box {
        padding: 10px 15px;
    }
    .question-answer-list .question__box .question__reply p {
        font-size: 15px;
    }
    header.header .row .col-md-3 {
        width: 50%;
    }
    header.header .row .col-md-6 {
        width: 50%;
    }
    header.header .backtosite {
        display: none;
    }
    header.header .site_logo {
        width: 100%;
    }
    header.header .mobile-menu {
        text-align: right;
    }
    header.header .mobile-menu span {
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        transition: all 0.5s;
    }
    header.header .row .col-md-6 .mobile-menu {
        display: block;
    }
    .mobile-menu-sidebar {
        display: block;
    }
    header.header .rightside_menu {
        display: none;
    }
}