@charset "utf-8";
@media(max-width:780px){
    .side-bar{
        display: none;
    }
    .r-header{
        display: block;
        position: fixed;
        width: 100%;
        text-align: center;
        background-color: #111111;
    }
    .fa-solid{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .n-container{
        width: 100%;
    }
    .brand-list{
        display: block;
        width: 80%;
        border-bottom: #fff 1px solid;
    }
    .brand-item{
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
        width: 80%;
        border-bottom: none;
        }
    .bland-img{
            width: 30%;
        }
    .bland-description{
        margin: 0 auto;
        text-align: left;
    }
    .project{
        display: block;
    }
    .project-img{
        width: 70%;
    }
    .company-content{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .project-description{
        padding-top: 30px;
    }
    .company-address{

        width: 80%;
        margin: 30px auto 30px auto;
    }
    .map{
        width: 80%;
        padding-bottom: 50%;
        margin: 0 auto;
    }
    .map iframe{
        top: 0;
        left: 0;
    }
    .footer{
        width: 100%;
    }
}
@media(max-width:630px){
    .row > img{
        display: block;
        width: 100%;
    }
}