.towns-upup{
list-style-type:none;
padding-left:0;
}
.towns-upup li{
padding-left:0;
font-size:18px;
margin-bottom:10px;
}
.towns-upup li a{
display:table;
line-height:30px;
}
.city-twp-link{
padding:8px 14px;
color:#fff;
background-color:#235dbd;
}
.city-twp-link:hover{
background-color:#12479e;
text-decoration:none;
}
.towns-page{
display:block;
}
.the-towns-page{
display:flex;
column-count:3;
flex-wrap:wrap;
flex-direction:row;
column-gap:0;
justify-content:space-between;
padding:0;
margin:0;
}
.the-towns-page>p{
border:1px solid #ddd;
background-color:#f7f7f7;
padding:12px 20px;
flex-basis:calc(50% - 18px);
box-sizing:border-box;
}
.the-towns-page:nth-child(odd){
margin-right:20px;
}
.the-towns-page p:first-of-type{
width:100%;
}
.the-towns-page span{
font-weight:700;
display:block;
}
.towns-paragraph{
margin-top:20px;
}
.towns-go-back{
margin-bottom:16px;
font-size:17px;
display:table;
font-weight:600;
border:1px solid #0058be;
padding:12px 20px 20px;
color:#0058be;
}
.towns-go-back img{
width:66px;
}
.towns-page h1{
display:table;
margin:14px auto;
}