@media (max-width: 992px) {
    #left {
        width: 100%;
        height: 300px;
        background: url(/static/img/home/generic-background-responsive.jpg) center;
        background-size: cover;
        z-index: 2;
        position: absolute;
    }

    #left::after {
        display: none;
    }

    #left h1 {
        font-size: 52px !important;
        line-height: 52px!important;
    }

    #right {
        top: 240px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    #right #support-menu {
        width: calc(100% - 80px);
    }

    #right .meta-category {
        width: 100%;
    }

    #right #questions::before {
        content: ' ';
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #444449;
    }

    #right #questions {
        width: calc(100% - 36px);
        box-sizing: border-box;
        margin-left: 18px;
        position: relative;
    }

    #right #questions .question h3 {
        padding-right: 50px;
    }
}

@media (min-width: 993px) and (max-width: 1899px) {
    #right #support-menu {
        width: 40%;
        margin: 0;
    }

    #right .meta-category {
        width: 100%;
    }

    #right #questions {
        width: 35%;
        margin-left: 5%;
    }

    #right #questions .question .toggle {
        right: -24px;
    }
}