.cities-page h1{
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 36px;
    float: left;
}
.city-li{
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    margin-top: 24px;
}
.city-description{
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
}
