.tps_returns_banner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: -230px;
}

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

.tps_returns_bannerContent h1 {
	color: #ffffff;
	font-weight: 900;
	margin: 0;
	font-size: 28px;
	text-align: center;
}

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

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

.tps_returns_exchangeContent {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tps_returns_container h2 {
	text-align: center;
	margin-top: 30px;
	color: #62564a;
}

.tps_returns_exchangeContent div {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tps_returns_container p {
	font-size: 14px;
	margin-bottom: 30px;
	max-width: 90%;
	text-align: center;
}

.tps_returns_container svg {
	width: 55px;
	height: 55px;
	margin: 20px 0;
	fill: #62564a;
	stroke: #62564a;
}

.tps_returns_note {
	text-align: center;
	text-decoration: underline;
	font-size: 15px;
}

.tps_returns_infoItems {
	display: flex;
	flex-direction: column;
}

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

@media (min-width: 992px) {
	.tps_returns_bannerContent p {
		width: 40%;
	}

	.tps_returns_banner {
		background-position-x: 0;
		height: calc(100vw * 390 / 1200);
	}

	.tps_returns_container p {
		max-width: 60%;
		font-size: 15px;
	}

	.tps_returns_infoItems {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.tps_returns_infoItems section:first-child {
		border-bottom: 1px solid #e1ebf3;
		border-right: 1px solid #e1ebf3;
	}

	.tps_returns_infoItems section:nth-child(3) {
		border-right: 1px solid #e1ebf3;
	}

	.tps_returns_infoItems section:nth-child(2) {
		border-bottom: 1px solid #e1ebf3;
	}
}

