.mission p {
	font-size: 32px;
	font-weight: 300;
}

.mission p b,
.mission p strong {
	font-weight: 700;
}

@media (max-width: 767px) {
	.mission p {
		font-size: 26px;
	}
}

.mission.layout-home p {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
	color: #1c1b17;
	max-width: 860px;
	margin: 0 auto 59px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.mission.layout-home {
	padding: 0;
}
.mission.layout-home p:last-child {
	margin-bottom: 27px;
}

@media (max-width: 991px) {
	.mission.layout-home p {
		font-size: 20px;
		margin-bottom: 40px;
	}
}
