.tps_purchaseIncluded {
	width: calc(100% + 40px);
	margin-bottom: 0;
	margin-left: -20px;
	background: #f1f1f1;
}

.tps_purchaseIncluded .included-items {
	display: flex;
	color: #62564a;
	padding: 30px 30px 40px 20px;
	align-items: flex-start;
	flex-direction: column;
	width: max-content;
	margin: auto;
}


.tps_purchaseIncluded_item {
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #62564a;
	justify-content: flex-start;
}

.tps_purchaseIncluded_item:not(:last-child) {
	margin-bottom: 15px;
}

.tps_purchaseIncluded_item p {
	margin: 0;
	font-size: 17px;
	width: auto;
}

.tps_purchaseIncluded_item svg {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	display: block;
	fill: #62564a;
}

.tps_purchaseIncluded_trustPilot {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.tps_purchaseIncluded_trustPilot section {
	font-weight: bold;
}

.tps_purchaseIncluded_trustPilot strong {
	padding-right: 5px;
}

.tps_purchaseIncluded_trustPilot svg {
	width: 80px;
	margin: 0 10px;
}

.tps_purchaseIncluded_trustPilot span {
	font-size: 12px;
}

.tps_purchaseIncluded_trustPilotLong {
	display: none;
}

.tps_purchaseIncluded_reviewsBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tps_purchaseIncluded_reviewsBox img {
	width: 80px;
	object-fit: contain;
}


@media (min-width: 1380px) {
	.tps_purchaseIncluded_trustPilotLong {
		display: block;
	}

	.tps_purchaseIncluded .included-items {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.tps_purchaseIncluded_item {
		flex-direction: column;
	}

	.tps_purchaseIncluded_item svg {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.tps_purchaseIncluded_trustPilot {
		margin-bottom: 0;
	}

	.tps_purchaseIncluded_reviewsBox {
		flex-direction: row;
	}
	.tps_purchaseIncluded .included-items {
		padding: 20px 30px 20px 25px;
	}

	.tps_purchaseIncluded_item p {
		font-size: 14px;
		width: max-content;
	}

	.tps_purchaseIncluded_item svg {
		width: 30px;
		height: 30px;
	}

	.tps_purchaseIncluded_item span {
		width: 15px;
		height: 15px;
		margin-left: 5px;
	}

	.tps_purchaseIncluded {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
}
