#about-us {
	margin-top: 30px;
	height: 100vh;
}

#about-us h3 {
	color: #175757;
	font-family: 'FC_Minimal_Bold';
	font-size: 32px;
}

#about-us .row {
	padding-bottom: 50px;
	height: 100%;
}

#about-us .img {
	width: 90%;
	border-radius: 15px;
}

#about-us .t-right {
	text-align: right;
}

#about-us .t-left {
	text-align: left;
}

#mission {
	background-image: url(../media/j15b1lin/mission.jpg);
	background-size: 80% 100%;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: #E9EFED;
	margin-bottom: 20px;
}

#mission h1 {
	/*color: #212529;*/
	width: 20%;
	font-family: 'FC_Minimal_Bold';
	font-size: 28px;
	position: relative;
	bottom: -500px;
	left: 10px;
	transform: rotate(-17deg);
	color: #175757;
}

#mission h2 {
	color: #212529;
	width: 85%;
	font-size: 20px;
	position: relative;
	bottom: -450px;
	transform: rotate(-18deg);
	left: 25px;
}

#mission h3 {
	padding-left: 320px;
	padding-top: 20px;
	text-shadow: 0px 0px 5px #666666;
	color: #175757;
	font-family: 'FC_Minimal_Bold';
	font-size: 28px;
}

#mission .culture {
	min-height: 180px;
	margin: 10px 10px;
	width: 200px;
	box-shadow: 3px 5px 20px #666666;
	opacity: 0.8;
}

#mission .culture .card-title {
	font-family: 'FC_Minimal_Bold';
	font-size: 22px;
}

#mission .culture .card-text {
	font-size: 20px;
}

@media (max-width: 1366px) {
    #mission h1 {
		/*color: #212529;*/
		width: 20%;
		font-family: 'FC_Minimal_Bold';
		font-size: 28px;
		position: relative;
		bottom: -500px;
		left: 100px;
		transform: rotate(-17deg);
		color: #175757;
	}

	#mission h2 {
		color: #212529;
		width: 70%;
		font-size: 20px;
		position: relative;
		bottom: -500px;
		transform: rotate(-18deg);
		left: 120px;
	}

	#mission h3 {
		padding-left: 220px;
		padding-top: 20px;
		text-shadow: 0px 0px 5px #666666;
		color: #175757;
		font-family: 'FC_Minimal_Bold';
		font-size: 28px;
	}

}

@media (min-width: 1280px) and (max-width: 1365px) {
	#mission h1 {
		/*color: #212529;*/
		width: 20%;
		font-family: 'FC_Minimal_Bold';
		font-size: 28px;
		position: relative;
		bottom: -500px;
		left: 100px;
		transform: rotate(-17deg);
		color: #175757;
	}

	#mission h2 {
		color: #212529;
		width: 70%;
		font-size: 20px;
		position: relative;
		bottom: -500px;
		transform: rotate(-18deg);
		left: 120px;
	}

	#mission h3 {
		padding-left: 220px;
		padding-top: 20px;
		text-shadow: 0px 0px 5px #666666;
		color: #175757;
		font-family: 'FC_Minimal_Bold';
		font-size: 28px;
	}

}

@media (max-width: 1024px) and (max-width: 1279px) {
	#about-us {
		margin-top: 30px;
	}

	#mission {
		background-image: unset;
	}

	#mission .col-5,
	#mission .col-7 {
		width: 50%;
		text-align: center;
	}

	#mission h1 {
		padding-top: 10px;
		width: 100%;
		font-size: 28px;
		position: unset;
		bottom: unset;
		left: unset;
		transform: unset;
		color: #175757;
	}

	#mission h2 {
		color: #212529;
		width: 100%;
		font-size: 20px;
		bottom: unset;
		left: unset;
		transform: unset;
	}

	#mission h3 {
		padding-left: 0px;
		padding-top: 20px;
		text-shadow: unset;
		color: #175757;
		font-size: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#about-us {
		margin-top: 30px;
	}

	#about-us h3 {
		font-size: 24px;
	}

	#about-us p {
		font-size: 18px;
	}

	#about-us .img {
		width: 100%;
		border-radius: 15px;
	}

	#mission {
		background-image: unset;
	}

	#mission .col-5,
	#mission .col-7 {
		width: 100%;
		text-align: center;
	}

	#mission h1 {
		padding-top: 10px;
		width: 100%;
		font-size: 28px;
		position: unset;
		bottom: unset;
		left: unset;
		transform: unset;
		color: #175757;
	}

	#mission h2 {
		color: #212529;
		width: 100%;
		font-size: 20px;
		bottom: unset;
		left: unset;
		transform: unset;
	}

	#mission h3 {
		padding-left: 0px;
		padding-top: 20px;
		text-shadow: unset;
		color: #175757;
		font-size: 28px;
	}

	#mission .col-7 .justify-content-end {
		justify-content: center !important;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
	#about-us {
		margin-top: 30px;
		height: auto;
	}

	#about-us .col-6 {
		width: 100%;
	}

	#about-us h3 {
		font-size: 24px;
	}

	#about-us p {
		font-size: 18px;
	}

	#about-us .img {
		width: 100%;
		border-radius: 15px;
	}

	#mission {
		background-image: unset;
	}

	#mission .col-5,
	#mission .col-7 {
		width: 100%;
		text-align: center;
	}

	#mission h1 {
		padding-top: 10px;
		width: 100%;
		font-size: 28px;
		position: unset;
		bottom: unset;
		left: unset;
		transform: unset;
		color: #175757;
	}

	#mission h2 {
		color: #212529;
		width: 100%;
		font-size: 20px;
		bottom: unset;
		left: unset;
		transform: unset;
	}

	#mission h3 {
		padding-left: 0px;
		padding-top: 20px;
		text-shadow: unset;
		color: #175757;
		font-size: 28px;
	}

	#mission .col-7 .justify-content-end {
		justify-content: center !important;
	}
}