

.cities {
  text-align: center;
  background: #dd4025;
  color: black;
}

.market 
{
  display:flex;
}
.inner-box
{box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
background-color: #fcf9f9;
  height: 40px;
  line-height: 30px;
  margin-top: 10px;
 
}

.inner-box h3
{
margin-left: 10px;
font-size: 18px;
font-style: normal;	
height: 30px;
font-weight: bold;

}

.inner-box h5:hover
{
 color:#dd4025;
 display: block;
}



