#ms_intro .content div {
	display: flex;
}
#ms_intro .content div h1 {
	padding-right: 20px;
}
#market_sectors_nav ul li a {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background-color: #0777bd;
	text-indent: -4560px;
	background-size: 110px 110px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out
}

#market_sectors_nav ul li#msn-gaming a {
	background-image: url(../_img/market-sectors/icon_gaming.png);
}
#market_sectors_nav ul li#msn-transport a {
	background-image: url(../_img/market-sectors/icon_transport.png);
}
#market_sectors_nav ul li#msn-retail a {
	background-image: url(../_img/market-sectors/icon_retail.png);
}
#market_sectors_nav ul li#msn-travel a {
	background-image: url(../_img/market-sectors/icon_travel.png);
}

#market_sectors_nav ul li a:hover {
	background-color: #044875;

}

#ms_intro .content #market_sectors_nav ul {
	display: flex;
	margin-top: -10px;
}
#ms_intro .content #market_sectors_nav ul li {
	margin-right: 10px;
}

/** content: heading **/
.ms_heading {
	margin-bottom: 70px;
	margin-top: 0;
	z-index: 10;
	position: relative;
	background: #78b947;
}
.ms_heading.ms_heading_right   {
	text-align: right;
}
.ms_heading h2 {
	font-family: Raleway, sans-serif;
	font-weight: 500;
	font-size: 36px;
	font-size: 1.5em;
	color: #fff;
	line-height: 2;
}

/** content: text **/
.wrapper--ms_content p.desc {
	
}
#gaming_content  p.desc {
	max-width: 650px;	
	margin-left: 5vw;
}

#transport_content  p.desc {
	max-width: 650px;	
}
#retail_content  p.desc {
	max-width: 650px;	
	margin-left: 5vw;
}

#travel_content  p.desc {
	max-width: 750px;	
}
/** backgrounds **/
#gaming_content  {
	background-image: url(../_img/market-sectors/gaming_BG.jpg);	
	background-position: center bottom;
	min-height: 550px;
}
#transport_content  {
	background-image: url(../_img/market-sectors/transport_BG.jpg);	
	background-position: center bottom;
	min-height: 550px;
}
#retail_content  {
	background-image: url(../_img/market-sectors/retail_BG.jpg);	
	background-position: center bottom;
	min-height: 600px;
}
#travel_content  {
	background-image: url(../_img/market-sectors/travel_BG.jpg);	
	background-position: center bottom;
	min-height: 700px;
}

@media (max-width: 940px) {
	/** content: heading **/
	.ms_heading {
		margin-bottom: 30px;
	}
	#gaming_content  p.desc,
	#transport_content  p.desc,
	#retail_content  p.desc,
	#travel_content  p.desc {
		max-width: 100%;	
		margin-left: 0;
	}
	
	/** backgrounds **/
	#gaming_content,
	#transport_content,
	#retail_content,
	#travel_content   {
		background-image: none;	
	}
	 
	#gaming_content .col2,
	#transport_content .col2,
	#retail_content .col2,
	#travel_content .col2  {
		margin-bottom: 30px;
	}
}

/* change the heading area with 4 icons */
@media (max-width: 770px) {
	#ms_intro .content div {
		display: block;
		text-align: center;
	}
	#ms_intro .content div h1 {
		padding-right: 0;
		margin-bottom: 0.85em;
	}
	#market_sectors_nav ul li a {
		width: 100px;
		height: 100px;
		border-radius: 100px;
		background-size: 100px 100px;
	}

	#ms_intro .content #market_sectors_nav ul {
		 justify-content: center;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	#ms_intro .content #market_sectors_nav ul li {
		margin-right: 5px;
		margin-left: 5px;
	}
	
}

/* change the heading area with 4 icons */
@media (max-width: 510px) {
	#market_sectors_nav ul li a {
		width: 75px;
		height: 75px;
		border-radius: 75px;
		background-size: 75px 75px;
	}
}