.welcome-banner	{
	margin-top: 30px;
}
.welcome-banner__row	{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.welcome-banner__col--left	{
	flex: 0 0 100%;
	max-width: 70%;
}
.welcome-banner__content	{
	padding-right: 15px;
}
.welcome-banner__title	{
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 0;
}
.welcome-banner__desc p:first-child	{
	font-weight: 600;
}
.welcome-banner__col--right	{
	flex: 0 0 100%;
	max-width: 30%;
}
.welcom-banner__img	{
	min-height: 405px;
}
.events-section,
.news-section,
.document-section	{
	padding-bottom: 65px;
}
.form-section	{
	padding-bottom: 120px;
}
.events-header,
.news-header,
.document-header,
.form-header	{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 28px 0;
}
.events-title,
.news-title,
.document-title,
.form-title	{
	color: #2b2b2b;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0;
}
.btn-dark	{
	background-color: #84898e;
	border: none;
	color: #ffffff;
	min-width: 200px;
}
@media only screen and (max-width: 991px)	{
	.welcome-banner,
	.events-section, 
	.news-section, 
	.document-section, 
	.form-section	{
		padding-bottom: 45px;
	}
	.welcome-banner__col--left,
	.welcome-banner__col--right	{
		max-width: 100%;
	}
	.welcome-banner__content	{
		padding-right: 0;
	}
	.events-title,
	.news-title,
	.document-title,
	.form-title	{
		line-height: 24px;
	}
	body.page-template-template-welcome-home .event-card:nth-child(3n),
	body.page-template-template-welcome-home .news-card:nth-child(3n), 
	body.page-template-template-welcome-home .document-card:nth-child(3n),
	body.page-template-template-welcome-home .form-card:nth-child(3n)	{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px)	{
	.welcome-banner	{
		margin-top: 25px;
	}
	.welcome-banner,
	.events-section, 
	.news-section, 
	.document-section, 
	.form-section	{
		padding-bottom: 0;
	}
	.news-header,
	.document-header,
	.form-header	{
		margin-top: 20px;
	}
	.welcome-banner__title	{
		font-size: 23px;
		line-height: 23px;
		margin: 25px 0;
	}
	.welcom-banner__img	{
		min-height: 217px;
	}
	.events-title,
	.news-title, 
	.document-title,
	.form-title	{
		font-size: 18px;
		line-height: 20px;
	}
	.btn.btn-dark	{
		min-width: 140px;
	}
}