.mission {
	width: 100%;
	display: flex;
}
.missionImg {
	width: 50%;
	flex: 1;
}
@media screen and (max-width: 991.9px) {
	.missionImg {
		display: none;
	}
}
.missionImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.missionContent {
	width: 50%;
	background-color: #0275cc;
	flex: 1;
	padding: 40px 38px 70px;
}
@media screen and (min-width: 320px) and (max-width: 575.9px) {
	.missionContent {
		padding: 20px 15px 40px;
	}
}
.missionContent h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 40px;
}
.missionList {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 30px;
	margin: 0;
	padding: 0;
}
.missionItem {
	border-radius: 20px;
	border: 1px solid #023e6c;
	background: #025697;
	display: flex;
	gap: 21px;
	padding: 25px 30px;
}
@media screen and (min-width: 320px) and (max-width: 575.9px) {
	.missionItem {
		flex-direction: column;
		padding: 15px 20px;
	}
}
.missionItemContent h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
}
.missionItemContent p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26.4px;
}
.missionItemIcon img {
	width: 70px;
	height: 70px;
}
.globalPresence {
	width: 100%;
	height: 100%;
}
.globalPresence img {
	width: 100%;
	height: auto;
	aspect-ratio: 1116/630;
}
.globalPresenceItem {
	height: 100%;
	border: 2px solid #025697;
	background-color: #fff;
}
.globalPresenceItemHead {
	padding: 7px 10px;
	background-color: #025697;
	text-transform: uppercase;
}
.globalPresenceItemHead h3 {
	margin: 0;
	letter-spacing: 1px;
	font-size: 22px;
	color: #fff;
}
.globalPresenceItemContent,
.globalPresenceItemContent div {
	display: flex;
	flex-direction: column;
}
.globalPresenceItemContent {
	font-size: 14px;
	padding: 10px;
}
.globalPresenceItemContent div span {
	margin-bottom: 5px;
}
.globalPresenceItem strong {
	font-weight: 600;
}
.globalPresenceItem a {
	font-size: 14px;
	color: #b30000;
}
.order-6 {
	order: 6;
}
.order-7 {
	order: 7;
}
.order-8 {
	order: 8;
}
.order-9 {
	order: 9;
}
.order-10 {
	order: 10;
}
