
h2 {
    text-align: center;
    background: #091E3E;
    color: white;
}
.cities {
    text-align: center;
    background: #091E3E;
    color: black;
}
.services-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.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
{
	padding-top: 8px;
	margin-left: 10px;
	font-size: 18px;
	font-style: normal;	
	height: 30px;
	font-weight: bold;
	
}

.inner-box h5:hover
{
   color:red;
   display: block;
}



