.about-team__title-bottom {
	padding-top: 0;
	margin-bottom: 10px;
}

.about-team__achievement {
	padding-top: 160px;
}

.about-team__title {
	margin-bottom: 0;
}

.about-team__join-content {
	gap: 0;
	max-width: 54%;
    margin-left: auto;
    text-align: left;
	margin-top: 83px;
}
.about-team__subtitle-bottom {
	text-align: left;
	margin-right: auto;
	color: #fff;
    margin-bottom: 20px;
}
.about-team__title-bottom {
	text-align: left;
}
.about-team__text-bottom {
	margin-bottom: 128px;
	font-size: calc(16px +(18 - 16)*(100vw - 375px) /(1920 - 375));
}


@media screen and (max-width: 1024px) {
	.about-team__join-content {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}

	.about-team__text-bottom {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 670px) {
	.about-team__join-content {
		max-width: 100%;
	}
}
