.aboutUsBlock{
	overflow: hidden;
}
.aboutUsBgImage{
	position:absolute;
	width: 146vw;
	height: 100wh;
	z-index: -1;
}

.aboutUsContent{
	width:100vw;
	display:flex;
	justify-content: center;
}

.aboutUsContentCentred{
	width : 90vw;
}

.aboutUsBlock{
	height: 94vw;
}

.aboutUsTitle{
	margin-top: 7vw;
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;
	line-height: 1.4vw;
	/* identical to box height, or 83% */

	text-transform: uppercase;

	color: #182225;
}

.aboutUsDataText{
	width: 36vw;
}

.aboutUsText{
	display: flex;
	justify-content: space-between;
	margin-top: 4vw;
}

.aboutUsSlogan{
	width:35vw
}

.aboutUsDataBlock{
	display: flex;
	margin-bottom: 2vw;
	max-width: 40vw;
}


.aboutUsDataNumbers{
	/* margin-right: 2vw; */
	font-family: 'Bai Jamjuree';
	font-style: normal;
	font-weight: 700;
	font-size: 1.66vw;
	line-height: 2.1vw;

	color: #00926D;

	width: 4vw;
}

.aboutUsDataTextHeader{
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 1.8vw;

	letter-spacing: -0.03em;

	color: #182225;
}

.aboutUsDataTextInfo{
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;

	letter-spacing: -0.05em;

	color: #182225;
}

.aboutUsBgImageBox{
	position: relative;
}

.aboutUsBgImageMobile{
	display: none;
}



@media (max-width: 680px) {
	.aboutUsContentCentred {
		width: 82vw;
	}
	.aboutUsTitle{
		text-align: center;
		font-size: 4.6vw;
		margin-bottom: 8vw;
	}

	.aboutUsText {
		flex-direction: column;
	}

	.aboutUsBgImageMobile{
		display: block;
		position: absolute;
		width: 91vw;
		z-index: 0;
		margin: -7vw 0 0 0;
	}
	.aboutUsSlogan {
		width: 100%;
	}
	.aboutUsBlock {
		height: auto;
		background: #f2f3f5;
	}

	.aboutUsContent {
		z-index: 2;
		position: relative;
	}

	.aboutUsDataNumbers{
		font-size: 3vw;
		width: 7vw;
		line-height: 4.2vw;
	}
	.aboutUsData{
		margin-top: 15vw;
		margin-bottom: 4vw;
	}

	.aboutUsDataTextHeader , .aboutUsDataTextInfo{
		font-size: 3.3vw;
	}
	.aboutUsDataText {
		width: 70.3vw;
	}

	.aboutUsDataBlock{
		max-width: 82vw;
		margin-bottom: 4vw;
	}
}