/*Our story styles*/
.worldwide-sites {
	background-color: #F0EFEA;
	margin-bottom: 40px;
}

.worldwide-sites h2 {
	padding: 40px 35px;
}

.worldwide-sites .item {
	margin-bottom: 20px;
}

.map-img {
	padding: 30px 0;
}

.inventive-thinking {
	padding: 20px 100px;
}

.inventive-thinking .bulb {
	max-width: 300px;
	float: right;
	position: relative;
	left: 30px;
	top: -50px;
}

.inventive-thinking h2 {
	margin-bottom: 25px;
}

.inventive-thinking p {
	margin-bottom: 25px;
}

@media (max-width: 767px){

	.worldwide-sites h2 {
		padding: 20px 15px;
	}

	.inventive-thinking .bulb {
		float: none;
		width: 200px;
		position: relative;
		top: 0;
		right: 0;
		left: 50%;
		margin: 0 auto 20px -100px;
	}

	.inventive-thinking h2 {
		text-align: center;
	}

	.inventive-thinking .btn-orange {
		width: 100%;
	}


}


