.search-form-detail-text {
    font-weight: 350  !important;
    color:#464c4b !important;
    text-align: right
}

.city-description-tab,
#about-city:not(:target) + div /* default visible not about-city */
{
    display: block;
}

.city-description-tab + div,
#about-city:not(:target) /* default visible not about-city */
{
    display: none;
}

.city-description-tab {
    scroll-margin-top: 120px;
    scroll-snap-margin-top: 120px; /* for Safari and iOS Safari */
}

.network-about-city-description-inner h3 a {
    color: inherit;
    margin-right: 2em;
}

.network-about-city-description-inner #about-city:target h3 a[href="#about-city"],
.network-about-city-description-inner #about-coworking-city:target h3 a[href="#about-coworking-city"]
{
    color: #464c4b;
}

.network-about-city-description-inner h3 {
    display: flex;
    flex-wrap: wrap;
}

.network-about-city-description-inner h2 {
    font-size: 16px;
}

.network-about-city-description-inner a {
    color: #00927C;
}

.network-about-city-description {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #464C4B;
}

@media only screen and (max-width:479px)
{
    .network-about-city-description {
        font-size: 13px;
        line-height: 21px;
        margin-top:20px;
    }
}