.jumbotron {
	height: 234px;
	width: 100%;
	background: url(../img/banner.jpg) center no-repeat;
	background-size: auto 100%;
}

h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	color: #193ca6;
	margin: 20px auto 60px auto;
	position: relative;
}
h3::after{
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 3px;
	background: #193ca6;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
p{
	text-indent: 2em;
	text-align: justify;
}
h4{
	font-size: 24px;
	margin: 40px auto;
	font-weight: bold;
	color: #193ca6;
	background-image: linear-gradient(90deg, #e5e4fc, #ffffff);
	padding: 10px 20px;
}
img,video{
	display: block;
	max-width: 800px;
	width: 90%;
	margin: 30px auto 0 auto;
}
span{
	color: #333;
	max-width: 800px;
	width: 90%;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 24px;
	background: #ece7e8;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.container{
	overflow: hidden;
}
.banner{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 60px;
	margin-top: 30px;
}
@media (min-width: 576px) {
	.jumbotron {
		height: 280px;
	}
}

@media (min-width: 768px) {
	.jumbotron {
	    height: 420px;
	}
}

@media (min-width: 992px) {
	.jumbotron {
	    height: 520px;
	}
}

@media (min-width: 1200px) {
	.jumbotron {
	    height: 680px;
	}
}
