/*
* @Author: name
* @Date:   2019-09-28 14:09:03
* @Last Modified by:   name
* @Last Modified time: 2019-09-30 14:21:27
*/

@media screen and (max-width: 1050px){
    .brand{
            /* color: red; */
    position: relative;
    display: none;
    position: relative !important;
    top: 0rem !important;
    left: rem !important;
    left: 5rem !important;
    }

}

@media screen and (max-width: 768px){
.brand img{
    width:250px;
}
.bottom{
    display:none !important;
}
.hidden{
    display:block !important;
    text-align:center;
}


}