.checklist-video-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.checklist-video-title{
	margin-bottom: 30px;
	max-width: 850px;
	line-height: 100px;
}

.checklist-video-container > div:nth-of-type(1){
	padding-right: 36px;
	max-width: 42.4%;
	width: 100%;
}

.checklist-video-container > div:nth-of-type(2){
	max-width: 57.6%;
	width: 100%;
}

.checklist-video-container li{
	display: flex;
	margin-bottom: 37px;
}

.checklist-video-container li span{
	align-self: center;
}

.checkmark-background{
	margin-right: 24px;
	position: relative;
	min-width: 48px;
	min-height: 48px;
	max-height: 48px;
	background-color: #00247D;
	border-radius: 50px;
}

.checkmark-background img{
	position: absolute;
	top: 18px;
	left: 15px;
	width: 20px;
}

.checklist-video-container video,
.checklist-video-container iframe{
	width: 100%;
	border-radius: 10px;
}

.youtube-video-wrapper,
.video-wrapper{
	width: 100%;
	padding-top: calc(100% / ( 732 / 412 ));
	position: relative;
}

.video-wrapper video,
.youtube-video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper{
	border: 2px solid #181818;
	border-radius: 12px;
}

@media ( max-width: 768px ), (orientation: portrait) and (max-width: 1100px){
	.checklist-video-container > div:nth-of-type(1),
	.checklist-video-container > div:nth-of-type(2){
		max-width: 100%;
	}

	.checklist-video-container > div:nth-of-type(1){
		order: 1;
	}

	.checklist-video-container > div:nth-of-type(1){
		padding-right: 0;
	}

	.checklist-video-container > div:nth-of-type(2){
		margin-bottom: 43px;
	}

	.checklist-video-title {
		margin-bottom: 25px;
		line-height: 84px;
	}
}

@media ( max-width: 450px ){
	.checklist-video-title{
		line-height: 38px;
	}

	.checklist-video-container li {
		padding-right: 5px;
	}
}