.tps_testimonialsHero h1 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1.8px;
	line-height: 40px;
	margin: 10px 0;
	text-transform: uppercase;
	text-align: center;
}

.tps_testimonialsPilot {
	padding: 40px 0;
	background: #f2f2f2;
	margin-bottom: 40px;
}

.tps_testimonialsItems {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 1px;
	background-color: #ababab;
}

.tps_testimonialsItem {
	font-size: 15px;
	line-height: 19px;
	padding: 40px 0;
	background: #fff;
}

.tps_testimonialsItem_content {
	height: 100%;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
}

.tps_testimonialsItem header {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas: "name date"
		"location location";
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: capitalize;
}

.tps_testimonialsItem .tps_productRating {
	margin-bottom: 20px;
}

.tps_testimonialsItem p {
	margin: 0;
	margin-bottom: 20px;
}

.tps_testimonialsHero p {
	display: none;
}

.tps_testimonialsItem_date {
	grid-area: date;
	text-align: right;
}

.tps_testimonialsItem_dash {
	display: none;
}

.tps_testimonialsItem_product {
	display: flex;
	align-items: center;
}

.tps_testimonialsItem_product img {
	width: 200px;
	height: 200px;
	padding-right: 40px;
	object-fit: contain;
}

.tps_testimonialsItem_product a {
	color: #ba9b86;
	font-size: 13px;
	text-decoration: none;
}

.tps_testimonialsItem_product a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.tps_testimonialsHero h1 {
		font-size: 28px;
		font-weight: bold;
	}

	.tps_testimonialsHero p {
		display: block;
		margin: 0;
		font-size: 16px;
	}

	.tps_testimonialsItem header {
		grid-template-columns: auto 1fr auto;
		grid-template-areas: "name location date";
	}

	.tps_testimonialsItems {
		grid-template-columns: 1fr 1fr;
	}

	.tps_testimonialsItem:nth-child(odd) .tps_testimonialsItem_content {
		border-right: 1px solid #000;
		padding-right: 80px;
	}

	.tps_testimonialsItem:nth-child(even) .tps_testimonialsItem_content {
		padding-left: 80px;
	}

	.tps_testimonialsItem_date {
		text-align: left;
	}

	.tps_testimonialsItem_dash {
		display: inline-block;
		padding-right: 10px;
	}
}
