.tps_orderTracking_banner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vw * 400 / 800);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tps_orderTracking_bannerContent {
	max-width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tps_orderTracking_bannerContent h1 {
	color: #ffffff;
	font-weight: 900;
	margin: 0;
	letter-spacing: 2px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}

.tps_orderTracking_bannerContent p {
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 15px;
}

.tps_orderTracking_form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

.tps_orderTracking_form input {
	border: none;
	border-bottom: 1px solid #4f4f4f;
	width: 100%;
	font-size: 14px;
	padding: 10px 0 25px 10px;
	margin-bottom: 20px;
	max-width: 700px;
}

.tps_orderTracking_form button {
	background: transparent;
	border: none;
	padding: 0;
	color: #0e0e0e;
	margin-top: 40px;
	font-size: 16px;
	font-weight: normal;
	width: fit-content;
	transition: 0.3s;
	cursor: pointer;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.tps_orderTracking_form button:hover {
	color: #62564a;
}

.tps_orderTracking_infoBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}

.tps_orderTracking_infoBox p {
	text-align: center;
	font-size: 16px;
}

.tps_orderTracking_infoBox a {
	color: #0e0e0e;
	border-bottom: 1px solid;
	transition: 0.3s;
}

.tps_orderTracking_infoBox a:hover {
	color: #62564a;
}

@media (min-width: 992px) {
	.tps_orderTracking_banner {
		height: calc(100vw * 390 / 1200);
	}

	.tps_orderTracking_form {
		margin: 80px 0 30px 0;
	}

	.tps_orderTracking_infoBox {
		margin-bottom: 80px;
	}
}
