/* =========================
   BANNER SECTION
   ========================= */

.banner-sec{
	padding: 94px 0 175px;
}

.banner-sec__block{
	position: relative;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 52px 20px;
	overflow: hidden;
}

.banner-sec__block::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36,54,104,.68);
}

.banner-sec__block > *{
	position: relative;
	z-index: 2;
}

.banner-sec__title,
.banner-sec__text{
	color: #fff;
	max-width: 624px;
}

.banner-sec__title{
	font-size: 32px;
	line-height: 1.35em;
	font-weight: 700;
	margin: 0 auto 2px;
}

.banner-sec__text{
	font-size: 13.5px;
	line-height: 1.66em;
	margin: 0 auto 24px;
}
