@media(max-width:768px){
    .nav_menu {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    #contact_content .icbu-mod-wrapper .mod-header {
        padding: 20px 20px !important;
    }
    #contact_content .J_module[module-name=icbu-pc-companyContact] .company-contact .item-title {
        width: 25.33% !important;
        color: #999;
        text-align: right;
        line-height: 16px;
        padding: 8px 12px !important;
    }
    #contact_content .icbu-mod-wrapper .mod-header{
        border: 0px !important;
    }
}



@media(min-width:768px){
    .fas{
        border-top-color: rgb(146, 137, 137);
    }
}