.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}

.matextbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cntebox {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	width: min(90%, 958px);
}

.cntebox h3 {
	font-size: max(1.3 * (1vw + 1vh) / 2, 16px);
	font-weight: 200;
}

.cntebox p {
	font-size: max(1 * (1vw + 1vh) / 2, 15px);
	font-weight: 200;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}