#banner_news {
	background: no-repeat top center;
	background-size: auto 100%
}

.articles .item a,
.articles .item>div {
	line-height: 1
}

.section .title {
	text-align: left
}

#banner_news .column {
	margin-right: 1.5%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 10px 10px -15px rgb(0 0 0 / 50%);
	box-shadow: 0 10px 10px -15px rgb(0 0 0 / 50%);
	position: relative;
	width: 33%;
	max-width: 33%;
	padding: 65px 25px 60px !important;
	background: #f7f7f7
}

#banner_news .column:last-child {
	margin-right: 0
}

#banner_news .column .logo_wrap {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%
}

#banner_news .column .logo_wrap img {
  max-height: 33px;
  min-height: 27px;
  width: auto;
}

#banner_news .column .img_wrap img {
	width: 100%
}

/*#banner_news .column:hover {
	-webkit-box-shadow: 0 25px 10px -15px rgb(0 0 0 / 50%);
	box-shadow: 0 25px 10px -15px rgb(0 0 0 / 50%)
}*/

#banner_news .column .text {
	text-align: left;
	padding: 0 0 20px;
	width: 100%;
	line-height: 1.3;
	text-decoration: none!important;
	font-size: 20px;
	min-height: 85px;
}

#banner_news .column .download_now {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%
}

#banner_news .column:hover .download_now {
	text-decoration: underline;
	color: #23527c
}

#banner_news .column a:focus,
#banner_news .column a:hover {
	text-decoration: none
}

#banner_news .column .last_word:after,
.link_arrow_:after {
	content: "";
	display: inline-block!important;
	width: 9px;
	height: 9px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	color: #0079E2
}

#banner_news .column .last_word {
	position: relative;
	display: inline-block;
	white-space: nowrap
}

#banner_news .column .last_word:after {
	color: #fff;
	margin-left: 5px;
	position: absolute;
	top: 9px;
	width: 11px;
	height: 11px
}

.flexit {
	display: flex
}

.flexit_left {
	width: 165px;
	min-width: 165px;
	margin-right: 30px
}

.nowrap {
	display: inline-block
}

#media_coverage .article_title {
	line-height: 1;
	display: block
}

#media_coverage .img_wrap {
	text-align: center
}

#media_coverage>div {
	flex: 1
}

#media_coverage .img_wrap img {
	width: auto;
	max-width: 100%;
	max-height: 50px
}

.more_link:hover .link_arrow_:after {
	color: #23527c
}

.cta_news {
	background: #0079E2;
	padding: 26px 0!important
}

.cta_news .flexit {
	align-items: center;
	justify-content: center;
	gap: 30px
}

.cta_news .text {
	line-height: 1
}

.cta_news .flexit form {
	background: #fff;
	border: 1px solid #dfe3e9;
	border-radius: 2px;
	padding: 2px
}

.cta_news .flexit form input {
	border: none;
	padding: 3px;
	font-size: 14px;
	width: 230px
}

.cta_news .flexit form button {
	padding: 2px 10px;
	transition: .3s all;
	-ms-transition: .3s all
}

@media (max-width:991px) {
	#banner_news .column {
		max-width: unset;
		flex: 1
	}
	#banner_news .column .text {
		font-size: 18px
	}
	#banner_news .column .download_now {
		font-size: 16px
	}
}

@media (max-width:767px) {
	#banner_news .column .text {
		font-size: 16px
	}
	#banner_news .column .last_word:after {
		top: 5px
	}
	#banner_news .column .download_now {
		font-size: 14px
	}
}

@media (max-width:700px) {
	.cta_news .flexit {
		display: block
	}
	.cta_news .text {
		text-align: center
	}
	.cta_news .form {
		max-width: 400px;
		margin: 10px auto 0
	}
	.cta_news .form form {
		display: flex
	}
	.cta_news .form input {
		flex: 2
	}
	#banner_news .column .logo_wrap img {
		max-width: none;
	}
}

@media (max-width:600px) {
	.flexit {
		display: block
	}
	.flexit_left {
		margin-right: 20px
	}
	#media_coverage .img_wrap {
		width: 100%
	}
	#banner_news {
		background-size: auto 80%
	}
	#banner_news .columns {
		display: block
	}
	#banner_news .column {
		width: auto;
		max-width: 320px;
		margin: 0 20% 20px!important;
		transform: none!important;
		box-shadow: none!important
	}
	#banner_news .column .text {
		font-size: 20px
	}
	#banner_news .column .last_word:after {
		top: 9px;
		width: 11px;
		height: 11px
	}
	#banner_news .column .download_now {
		font-size: 18px
	}
}

@media (max-width:475px) {
	#banner_news .column {
		margin: 0 10% 20px!important
	}
	#banner_news {
		background-size: auto 30%
	}
}

@media (max-width:400px) {
	#banner_news .column {
		margin: 0 5% 20px!important
	}
	.articles .item {
		display: block
	}
	.articles .date_wrap {
		margin: 0 0 5px 0!important
	}
	#banner_news .column .text br {
		display: none
	}
}