@media screen and (max-width: 500px){ 

h1 {
    font-family: 'Roboto Slab';
    font-size: 21px;
    color: #333;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
#p-shop{
      margin: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
}
#p-shop div{
       margin-bottom: 5px;
}
#p-shop div span{
       font-weight: 600;
}
#p-shop p{
  margin: 10px 0px;
}
#p-shop ul{
      margin: 10px 0px;
    list-style: disc;
    margin-left: 30px;
}
#map{
  height: 330px;
}
#other-city-h {
    font-family: 'Roboto Slab';
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 5px;
}
#other-city ul li {
    margin: 0 0 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#map-pro iframe{
  width: 100%;
}
}