.welcome__row {
	display: flex;
	justify-content: space-between;
	gap: 88px;
}

.welcome__video {
	flex: 0 0 503px;
	max-width: 35%;
}

.welcome__sources-title-label {
	margin-top: 36px;
}

.welcome__video-embed img {
	display: block;
	cursor: pointer;
}

.welcome__video-duration {
	color: var(--gray-200);
	font-size: var(--h6-font-size);
	line-height: var(--h6-line-height);
	text-align: center;
	margin-top: 17px;
}

.welcome__video-duration__inside {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
}

.welcome__video-duration__inside:before {
	content: '';
	width: 18px;
	height: 12px;
	background-image: url(../../assets/img/video.svg);
}

.welcome__video-title {
	margin-bottom: 18px;
	font-weight: normal;
}

.welcome__sources-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 25px;
}
