.blue-container {
	background-color: #f3f7fa;
	width: 100%;
	padding: 150px 0;
}

.darker-blue-container {
	background-color: #e5eaed;
	width: 100%;
	padding: 150px 0;
}

.white-container {
	background-color: white;
	width: 100%;
	padding: 150px 0;
}

.section-2-item {
	width: 100%;
	position: relative;
}
.s2-item-mango {
	z-index: 0;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 450px;
}
.s2-item-icon {
	width: 200px;
	/*height:auto;*/
	z-index: 2;
}
.section-2-item h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin: 0px;
}
.section-2-item p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.s2-item-textarea {
	width: 500px;
	margin-left: 20px;
	z-index: 2;
}

.s2-item-faq {
	width: 100%;
	margin-left: 20px;
	z-index: 2;
}

.s2-right-side h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin: 0px;
}

.s2-right-side p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
