.tps_sharedVideoBox_content {
	margin-bottom: 50px;
	display: grid;
	align-items: center;
	grid-gap: 40px;
	font-size: 15px;
}

.tps_sharedVideoBox_content .tps_sharedVideoBox {
	cursor: pointer;
	height: 300px;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 992px) {
	.tps_sharedVideoBox_content {
		grid-template-columns: 550px 1fr;
	}
}

.tps_sharedVideoBox_header {
	cursor: pointer;
	font-size: 25px;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

.tps_sharedVideoBox_header:hover {
	text-decoration: underline;
}

.tps_sharedVideoBox_content  {
	font-size: 16px;
	line-height: 22px;
}
