@media only screen and (max-width:767px) {
	.aboutusHome {
		font-size: 18px;
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.aboutusHome__title {
		font-size: 20px;
		line-height: 32px;
		font-family: Open Sans Semibold;
		padding-bottom: 20px;
	}
	.aboutusHome__description {
		line-height: 32px;
	}
	.aboutusHome__title_color {
		padding-top: 50px;
		padding-bottom: 50px;
		line-height: 32px;
		font-family: Open Sans Semibold;
		color: #08B7DD;
		font-size: 20px;
		text-align: center;
	}
	.aboutusHome_img {
		padding-bottom: 20px;
	}
	.listFunction {
		display: flex;
	}
	.boxFunction {
		width: 50%;
		text-align: center;
	}
	._osText {
		max-width: 157px;
		font-size: 18px;
		margin: auto;
	}
	._osIcon img {
		width: 130px
	}
	.aboutusHome_img {
		display: none;
	}
	.aboutusHome__table {
		width: 330px;
		overflow: auto;
		white-space: nowrap;
	}
}

@media only screen and (min-width:768px) {
	.aboutusHome {
		font-size: 18px;
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.aboutusHome__title {
		font-size: 35px;
		line-height: 32px;
		font-family: Open Sans Semibold;
		padding-bottom: 39px;
	}
	.aboutusHome__description {
		line-height: 32px;
	}
	.aboutusHome__title_color {
		padding-top: 50px;
		padding-bottom: 50px;
		color: #08B7DD;
		line-height: 32px;
		font-family: Open Sans Semibold;
		color: #08B7DD;
		font-size: 32px
	}
	.aboutusHome_img {
		padding-bottom: 20px;
	}
	.listFunction {
		display: flex;
	}
	.boxFunction {
		width: 50%;
		text-align: center;
	}
	._osText {
		max-width: 270px;
		font-size: 20px;
	}
}