*{
	box-sizing: border-box;
}

body{
	font-family: Tahoma, sans-serif;
	line-height: 1.5;
	color: #333333;
}

.section{
	padding: 30px 10%;
}

.header{
	margin-top: 80px;
	text-align: center;
	font-size: 24px;	
}

.header span{
	font-weight: 300;
	display: block;
}

.header strong{
	font-weight: 900;
	text-transform: uppercase;
}

.main{
	margin-top: 85px;
	text-align: center;
}

.video, .form  {
	display: inline-block;
	vertical-align: top;
}

.form{
	text-align: center;
	padding: 20px;
	border:5px solid #2727d9;
	margin-left: 30px;
}

.form-header{
	text-align: center;
	font-style: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

.form input{
	display: block;
	width: 300px;
	padding: 17px;
	border:1px solid #333
	font-style: 18px;
	margin-top: 11px;
}

.btn{
	font-style: 18px;
	font-weight: 900;
	color: #fff;
	background-color: #2727d9;
	border: none;
	width: 300px;
	height: 60px;
	margin-top: 11px;
	display: block;
	margin: 11px auto;
}

.col{
	display: inline-block;
	text-align: center;
	margin: 10px 45px;
}

.feature-header{
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 24px;
}

.feature{
	margin: 60px auto;
	text-align: center;
}

.clients{
	margin-top: 50px;
}

.row{
	text-align: center;
	margin-top: 20px;
}

.row img{
	padding: 5px;
}