/* DGSDEV-7926 - Mobile table fix */
@media (max-width: 767.98px) {
    .path-about-contact main table td {
        display: block;
        width: 100% !important;
    }
 }