.centered.splash {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(560px, calc(100vw - 40px));
	text-align: center;
}

.centered.splash img {
	display: block;
	width: 200px !important;
	height: 112px;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

.centered.splash::after {
	content: "东莞市长智光视觉科技有限公司";
	margin-top: 22px;
	color: #172033;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	white-space: nowrap;
}

@media (max-width: 570px) {
	.centered.splash::after {
		margin-top: 18px;
		font-size: 16px;
		white-space: normal;
	}
}
