h2 {
	font-size: calc(1.8vw + 1.8vh);
	font-weight: 500;
	margin-bottom: 32px;
}

p {
	font-size: calc(0.85vw + 0.85vh);
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	p {
		font-size: calc(0.85vw + 1.2vh);
	}
	h2 {
		font-size: calc(1.8vw + 2.2vh);
	}
}

.about-us, .method {
	color: #fff;
	background-color: #1d1d1b;
}

.mission, .certification {
	color: #000;
	background-color: #fff;
}

.experience, .methodology {
	color: #fff;
	background-color: rgba(0,161,154,1);
}

.about-us, .experience, .certification {
	text-align: left;
	padding-left: 0;
}

.mission, .method {
	text-align: right;
	padding-right: 0;
}

.methodology {
	text-align: center;
}

.about-us, .banner-about-us {
	height: 550px;
}
.mission, .banner-mission {
	height: 385px;
}
.experience, .banner-experience {
	height: 420px;
}
.method, .banner-method {
	height: 385px;
}
.certification, .banner-certification {
	height: 410px;
}

.banner-about-us, .banner-mission, .banner-experience, .banner-method, .banner-certification {
	width:100%;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display: flex;
}

.banner-about-us {
	background-image: url(../../img/banners/about_us/about_us.png);
}
.banner-mission {
	background-image: url(../../img/banners/about_us/mission.png);
}
.banner-experience {
	background-image: url(../../img/banners/about_us/experience.png);
}
.banner-method {
	background-image: url(../../img/banners/about_us/method.png);
}
.banner-certification {
	background-image: url(../../img/banners/about_us/certificate.png);
}

.sweet-leaf {
	border: 2px dotted #fff;
	padding: 16px 16px;
	min-height: 300px;
}

.sweet-leaf .fas, .sweet-leaf .far {
	font-size: calc(2.5vw + 2.5vh);
	color: rgba(0,161,154,1);
}

.fas-border {
	display: flex;
	background-color: #fff;
	height: calc(3.7vw + 3.7vh);
	width: calc(3.7vw + 3.7vh);
	border-radius: 50%;
	margin-bottom: 32px;
}

.methodology h2 {
	font-size: calc(1.7vw + 1.7vh);
}