@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* common */
    h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 35px;
    }
    h3 {
        font-size: 26px;
    }
    
    
    /* menu main */
    .responsive-menus.responsified span.toggler {
        color: #083a9a;
        box-shadow: 0 0 0 #000;
        background: white;
        font-size: 3.35em;
    }
    
    #rm-removed {
        background: #2b45a6;
    }

    .page-node-type-service-areas .container-fluid.mars-reg {
        padding-bottom: 80px;
        padding-top: 40px;
    }
    
    .responsive-menus.responsified .responsive-menus-simple li a {
        color: white;
        padding: 5px;
        text-align: center;
    }
    
    a.is-active{
        background:#130a99;
    }
    
    /* why us */
    .whyus-box {
        width: 50%;
        height: 200px;
    }
    
    /* process / 3 steps */

    .process-container .icon {
        width: 80px;
        height: 80px;
    }
    .process-container .icon .glyphicon {
        font-size: 30px;
    }
    .process-box {
        padding: 85px 30px;
    }
    
    
    /** condition */
    .condition-list-3, .condition-list-4 {
        margin-top: 25px;
    }
    
    
    /** investors */
    .investors 
    {
        margin: auto;
        width: 100%;
        padding-top: 10px;
    }
    
    /** where we buy */
    .areas-box-list 
    {
        width: 500px;
    }


}