@media (max-width: 400px) {
    .city_top_wrap {
        padding: 10px 0px;
    }
    .city_top_logo {
        width: 30%;
        margin: 0px 0px 5px 0px;
    }
    .up-gov-logo {
        width: 80px;
        height: 80px;
    }
    .city_top_news {
        display: block;
        width: 70%;
    }
    .city_top_news p:first-child {
        font-size: 20px;
        margin-top: 0px;
    }
    .city_top_news p:last-child {
        font-size: 17px;
    }
    .city_top_social {
        display: none;
    }
    .header-right-logo {
        width: 155px;
        height: 60px;
    }
    .widget_title {
        display: block;
    }
    .big-screen-table {
        display: none;
    }
    .small-screen-table {
        display: block;
    }
    .helpline-table {
        width: 100%;
    }
    .fixed-width-th th,
    .fixed-width-th td {
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
    }
    .fixed-width-th th {
        width: 25%;
    }
    .city_top_navigation.sticky,
    .city_top_navigation {
        padding: 10px 0px 10px;
    }
    .big-screen-title {
        display: none;
    }
    .small-screen-title {
        display: inline-block;
    }
    .header-btn-group {
        margin-top: 0;
    }
}