.top-geo-block{
    display: flex;
}
.top-geo-block-left{
    width: 50%;
}
.top-geo-block-left p {
    color: #8E8E8E;
}
.top-geo-block-left p a{
    color: #8E8E8E;
}
.top-geo-block-right {
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.city-pages__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 15px;
    flex-direction: column;
}
.city-pages__item a{
    text-decoration: underline;
    text-decoration-color: #8E8E8E ;
    text-transform: none;
    font-weight: normal;
    color: #8E8E8E;
}
.top-geo-head{
    font-size: 20px;
    color: #8E8E8E;
    padding-bottom: 20px !important;
}
@media screen and (max-width: 450px) {
    .top-geo-block{
        flex-direction: column;
    }
    .top-geo-block-left {
        width: 100%;
    }
   .top-geo-block-right{
        width: 100%;
       flex-direction: column;
    }
}