.test_95_block h1 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: #008f41;
	margin: 0;
}
.test_95_block .testimonials_h2 {
	color: #212529;
}
.test_95_block p {
	text-align: center;
	width: 100%;
	font-family: Arial;
	line-height: 1.2;
	font-size: 16px;
	margin: 25px 0;
}
.video_grid {
	display: grid;
	grid-template-columns: repeat(6,minmax(0,1fr));
	gap: 1rem;
}
.grid_box {
	max-height: 230px;
	overflow: hidden;
}
.grid_box .wistia_responsive_padding {
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.test_95_block h1 { font-size: 26px; }
	.video_grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.grid_box { max-height: 140px; }
	.test_95_block { padding-bottom: 0; }
}	