.video {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, auto));
	gap: 2rem;
}


.video-text h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: var(--about-h2);
	line-height: 111%;
}

.video-text p {
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: var(--p-font);
	color: #929292;

}

.video-img img {
	height: 100%;
	width: 100%;

}