/*About Landing Page*/
.about-ourStory h3 {
	margin-top: 60px;
	padding-top: 40px;
}

.about-ourStory .btn {
	margin: 20px 0 40px 0;
}

.img-right-bottom {
	position: absolute;
	right: 30px;
	bottom: -80px;
}

.full-width-footer {
	height: 100vh;
	max-height: 900px;
	margin-top: 50px;
}

.about-leadership {
	padding: 40px 0;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center 200px;
}

.about-leadership h3 {
	margin-top: 40px;
}

.about-leadership p {
	margin: 20px 0;
}

.overlay-about {
	background-color: rgba(255, 255, 255, .92);
	padding: 30px 15px;
	position: absolute;
	width: 100%;
	bottom: 40px;
}

.inventive-thinking {
	background-color: #F0EFEA;
	position: relative;
	margin-top: 200px;
	padding: 15px;
}

.inventive-thinking .main-img img {
	max-width: 100%;
}

.inventive-thinking .bulb {
	max-width: 275px;
	position: absolute;
	right: 100px;
	top: -160px;
	left: auto;
	float: none;
}

.inventive-thinking .curly1 {
	position: absolute;
	top: -120px;
}

.inventive-thinking .curly2 {
	position: absolute;
	bottom: -80px;
	right: 20px;
}

.inventive-thinking .inventive-thinking-content {
	padding: 150px 20px;
}

@media (max-width: 1200px) and (min-width: 768px) {
	.hero-content {
		width: 85%;
	}
}

@media (max-width: 767px) {
	.about-landing .intro-content p {
		width: auto;
	}

	.about-leadership h3,
	.about-leadership p {
		text-align: left;
	}

	.overlay-about {
		padding: 30px 15px;
	}

	.about-ourStory h3 {
		margin: 0;
		color: #E35205;
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}

	.about-ourStory .btn {
		margin: 40px auto 0 auto;
		display: block;
	}

	.full-width-footer {
		margin-top: 0;
	}

	.full-width-footer {
		height: 150vh;
	}

	.inventive-thinking {
		margin-top: 100px;
	}

	.inventive-thinking .curly1,
	.inventive-thinking .curly2,
	.inventive-thinking .main-img {
		display: none;
	}

	.inventive-thinking .bulb {
		width: 150px;
		position: absolute;
		margin: 0 auto;
		top: -100px;
		left: 50%;
		margin-left: -75px;
	}

	.inventive-thinking .inventive-thinking-content {
		margin-top: 20px;
		padding: 50px 0;
	}

	.inventive-thinking .btn-orange,
	.about-leadership .btn-orange,
	.overlay-about .btn-primary {
		width: 100%;
	}
}
