/*==================================================
  news-events
==================================================*/
#news-section-1 {
	height: 383px;
	background: #fd4f00;
}
#news-section-1 .text-wrap {
	height: 383px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#news-section-1 .text-wrap h1 {
	color: white;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 30px;
}
#news-section-1 .text-wrap p {
	line-height: 26px;
	max-width: 450px;
	color: white;
}
#news-section-2 {
	background: #f5f4f6;
}
#news-section-2 .container {
	padding-top: 80px;
	padding-bottom: 100px;
}
#news-section-2 .grid-2-col {
	grid-column-gap: 2.7%;
	margin-bottom: 60px;
}
#news-section-2 .single-news {
	display: flex;
	flex-direction: column;
}
#news-section-2 .single-news > img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#news-section-2 .single-news .text-wrap {
	background: white;
	padding: 40px;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 1;
}
#news-section-2 .single-news .date-news {
	font-size: 14px;
	line-height: 21px;
	color: #989898;
	margin-bottom: 20px;
}
#news-section-2 .single-news h3 {
	font-family: 'Superclarendon-Rg-Bold';
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 20px;
	max-width: 80%;
}
#news-section-2 .single-news p {
	font-size: 14px;
	line-height: 21px;
	color: #989898;
	margin-bottom: 20px;
}
#news-section-2 .single-news a {
	justify-content: flex-start;
	align-items: center;
	font-family: 'AvenirNextLTPro-Demi';
	font-size: 16px;
	line-height: 16px;
	color: #400099;
}
#news-section-2 .single-news a img {
	margin-left: 0px;
}
#news-section-2 .grid-3-col {
	grid-column-gap: 3%;
}
#news-section-2 .grid-3-col .single-news {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}
#news-section-2 .grid-3-col .single-news h3 {
	font-size: 18px;
}
#news-section-2 .btn {
	margin: 30px auto 0;
	background: transparent;
}
#news-section-2 .btn:hover {
	background-color: #400099;
}
#news-section-2 #ajax-load-more .btn {
	background-color: transparent;
	color: black;
	width: 170px;
	height: 48px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	font-family: 'AvenirNextLTPro-Demi';
	font-size: 16px;
	outline: none;
	transition: 0.2s all linear;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#news-section-2 #ajax-load-more .btn:hover {
	background-color: #400099;
	border-color: transparent;
	color: white;
	opacity: 0.8;
}
#news-section-2 #ajax-load-more .btn.done,
#news-section-2 #ajax-load-more .btn.done:hover {
	background-color: #400099;
	border-color: transparent;
	color: white;
	opacity: 0.2;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#news-section-2 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#news-section-2 .grid-2-col,
	#news-section-2 .grid-3-col .single-news {
		margin-bottom: 30px;
	}
	#news-section-2 .single-news .text-wrap {
		padding: 30px;
	}
	#news-section-2 .btn {
		margin: 0 auto;
	}
}
