.n-news-banner {
	margin-bottom: 30px;
}
.n-news-banner__wrapper {
	padding: 30px;
	display: flex;
	gap: 25px;
	background: #134fb0;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-height: 365px;
}
.n-news-banner__wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0, 0, 0, 0.3);
	pointer-events: none;
}
.n-news-banner__panel {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}
.n-news-banner__top {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.n-news-panel__view {
	padding-left: 30px;
	position: relative;
}
.n-news-panel__view::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url("/local/templates/pumpseals/images/eye.svg") no-repeat center / contain;
}
.n-news-panel__time span {
	font-weight: 600;
}
.n-news-banner__img {
	position: absolute;
	inset: 0;
	z-index: -1;
}

@media screen and (max-width: 1280px) {
	.title3.n-news-banner__title {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.title3.n-news-banner__title {
		font-size: 24px;
		line-height: 30px;
	}
	.n-news-banner__top {
		gap: 25px;
	}
	.n-news-banner__wrapper {
		padding: 20px;
	}
	.n-news-banner__panel {
		gap: 10px;
	}
}
