.latest-videos-section .section-title-left {
	text-align: left;
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	body[data-page="tutorial"] .page-title > .container,
	body[data-page="tutorial"] .founders > .container {
		max-width: 1600px;
	}
}

.latest-videos-section .video-card {
	margin-bottom: 1.5rem;
}

.latest-videos-section .video-media {
	border-radius: 12px;
	overflow: hidden;
	background: #000;
	line-height: 0;
}

.latest-videos-section video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.latest-videos-section .video-title {
	font-size: 1.2rem;
	margin-top: 0.9rem;
	margin-bottom: 0.3rem;
}

.latest-videos-section .video-description {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
	color: #5f687b;
	font-style: normal;
}

.latest-videos-section .video-duration {
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 600;
	color: #000000;
}

.latest-videos-section .video-duration::before {
	content: "\23F1";
	margin-right: 0.35rem;
}

@media (max-width: 991px) {
	.latest-videos-section video {
		max-height: none;
	}
}
