@charset "utf-8";

#contact .l_col-localnav { background: none; }
#contact .table-b.w100 { width: 100%; }
#contact .l_col-2 { -webkit-box-align: start; align-items: flex-start; }
#contact .table-b th small { font-size: 1.3rem; }

@media (min-width: 768px) {
    #contact .table-b th { width: 250px; }
    #contact .l_col-2 table.table-b th { width: 44.65%; }
}

@media (max-width: 767px) {
    #contact .table-b th, #contact .table-b td { display: block; }
    #contact .table-b th { width: 100%; }
    #contact .l_col-2 > table.table-b:not(:first-of-type) { border-top: none; }
}
