
.news-section {
	width: 100%;
	position: relative;
	padding-top: 50px;
	z-index: 2;
');
}

.news-section:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -120px;
	width: 602px;
	height: 602px;
	background: url('../../assets/images/news-overlay.svg') center top no-repeat;
	z-index: -1;
}

.news-section-inner {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin: 0 -12px;
}

.news-section h1 {
	font-weight: 500;
}

.news-section-top {
	margin-bottom: 30px;
}

.news-section-item {
	padding: 0 12px 25px;
	width: 100%;
}

.news-section-filter select {
	color: var(--color-white);
	cursor: pointer;
	border: 0;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	height: 38px;
	padding: 0 30px 0 8px;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--heading-font-family), sans-serif;
	background: var(--color-dark) url('../../assets/images/select-arrow.svg') right 10px center no-repeat;
');
}

.news-section-search:after {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: url('../../assets/images/search.svg') center center no-repeat;
}
.news-section-search {
	width: 100%;
	position: relative;
}

.news-section-search input::placeholder {
	color: var(--color-dark);
	opacity: .4;
}

.news-section-search input {
	width: 100%;
	height: 38px;
	padding: 0 40px 0 10px;
	font-size: 14px;
}

.news-section-search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 28px;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.news-section-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.news-section-subtitle {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: var(--heading-font-family), sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
	.news-section-search {
		width: 300px;
	}

	.news-section-filter select {
		margin-bottom: 0;
		width: auto;
	}

	.news-section-top h2 {
		margin-bottom: 0;
	}

	.news-section-item {
		width: 50%;
	}
}

@media screen and (min-width: 1025px) {
	.news-section-subtitle {
		margin-bottom: 30px;
	}

	.news-section-item {
		width: 33.333%;
	}

	.news-section {
		padding-top: 32px;
	}

	.news-section-top {
		margin-bottom: 55px;
	}

	.news-section-filter {
		margin-bottom: 60px;
	}
}
