.landing .section-1 {
	background-color: #43d87e;
	font-size: 20px;
}

.landing .section-2 {
	font-size: 16px;
}

.landing .section-2 h2, .landing .section-4 h2 {
	background-color: #43d87e;
	display: inline-block;
	padding: 10px 50px;
	font-size: 32px;
}

.landing .section-2 h3 {
	background-color: #0042fd;
	padding: 10px;
	font-size: 24px;
}

.landing .text-descrip {
	min-height: 100px;
}
.landing .section-4 h4{
	font-size: 24px;
}
.landing .section-4 p{
	font-size: 16px;
}
.landing .cont{
	background-color: #e2ff3c;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.landing .cont h2{
	background-color: #e2ff3c !important;
	padding: 10px 50px;
	font-size: 32px;
}
.landing .cont-head{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 60px 0 0;
	border-color: #e2ff3c transparent transparent transparent;
	position: absolute;
	bottom: -34px;
	left: 30px;
}