.videos {
	max-width: 834px;
	line-height: 1.2;
}

.video-section {
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

.video-section-title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;

}

.video-section-items {

}

.video-section-item {
	display: inline-block;
	width: 400px;
	margin-bottom: 25px;
}

.video-section-item:nth-child(2n) {
	margin-left: 30px;
}

.video-section-item-video {
	margin-bottom: 10px;
	width: 100%;
	height: 225px;

}

.video-section-item-video iframe {
	border: none;
}

.video-section-item-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}

.video-section-item-text {
	font-size: 14px;
}

.video-link {
	text-align: center;
	max-width: 834px;
	margin-bottom: 35px;
}

.video-link a {
	text-decoration: none;
	font-size: 20px;
	color: #006cb7;
}


