.news1-header {
	margin-top:110px;
}
.news1-title {
	text-align:center;
	padding:60px 20px;
	font-size:48px;
	font-weight:400;
}
.form {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.news2-grid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin:30px 0;
	gap:60px;
}
.news2-grid-list-item {
	font-size:22px;
	margin:30px 0;
}
.news2-grid-wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.news2-grid-item {
	font-size:22px;
	font-weight:400;
}
.news2-grid-wrapper-h2 {
	font-size:32px;
	font-weight:500;
}
.news2-galery-item {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	height:400px;
	width:33%;
}
.news2-galery {
display:flex;
gap:1%;
margin-bottom:50px;
}
.news-4-img-1 {
	background:url('img/news-6-img-1.jpg');
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
}
.underlined {
 text-decoration:underline;
}
.news2-grid-2-wrapper {
	margin:50px 0;
}
.news2-grid-item-title {
	font-size:22px;
	margin-top:50px;
}
.news-3-li {
	font-size:22px;
	list-style:inside;
}

.news-3-text {
	font-size:22px;
	margin-top:50px;
}
.news-4-gallery-item {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
}
.news-4-img-5 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
	background:url('img/news-4-img-1.png');
}
.news-4-gallery {
	display:grid;
	gap:20px;
	grid-template-rows:1fr;
	grid-template-columns:1fr 1fr 1fr;
}
.news-6-img-1 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-6-img-1.jpg');
}
.news-6-img-2 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-6-img-2.jpg');
}
.jc-start {
	justify-content:start;
}
.news-6-gallery-1 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-6-img-4.jpg');
}
.news-6-gallery-2 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-6-img-3.jpg');
}
.news-6-gallery-3 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-6-img-5.jpg');
}
.underlined-hover {
	cursor:pointer;
}
@media(min-width:1150px) {
	.mt-90 {
		margin-top:90px;
	}
	.news-6-img-2 {
		grid-row:1;
	}
	.border-table {
		border:2px solid rgba(242, 207, 48, 1);
		gap:0;
	}
	.border-table .news2-grid-wrapper .news-3-ul {
		padding: 0 32px 10px 32px;
	}
	.border-left-table {
		border-left:2px solid rgba(242, 207, 48, 1);
	}
	.border-table  .news2-grid-wrapper-h2 {
		padding:10px 32px;
		border-bottom:2px solid rgba(242, 207, 48, 1);
	}
	.form {
		height:100%;
	}
}
@media((max-width:1450px) and (min-width:1150px)) {
	.border-table  .news2-grid-wrapper-h2 {
		min-height:95px;
	}
}
@media(max-width:1150px) {
	.border-left.tiny {
		margin:30px 0;
	}
	.news2-grid-custom-8 {
		display:grid;
		grid-template-rows:1fr 1fr;
		grid-template-columns:1fr;
		gap:0;
	}
	.news2-grid-custom-8-form {
		grid-row:2;
	}
	.news-4-gallery-item {
		height:200px;
	}
	.news-4-gallery {
		gap:10px;
	}
	.news-3-img-4 {
		background:url('img/news-3-img-4.jpg');
		height:300px;
		margin:30px 0;
	}
	.news1-title {
		font-size:24px;
	}
	.news1-header {
		margin-top: 60px;
	}
	.news2-grid {
		display:block;
	}
	.news2-grid-wrapper {
		height:auto;
	}
	.news2-grid-wrapper-h2 {
		font-size:22px;
	}
	.news2-grid-item {
		font-size:16px;
	}
	.news-2-img-1,.news-2-img-2 {
		height: 200px;
    	margin-top: 30px;
	}
	.news2-galery {
		flex-direction:column;
	}
	.news2-galery-item {
		width:100%;
		height:200px;
		margin-top:20px;
	}
	.news-3-li {
		font-size:16px;
	}
	.tiny-text {
		font-size:14px;
	}
	.news-3-li {
		margin-bottom:10px;
	}
	.block-text-2,.block-text-3 {
		margin:10px 0;
	}
	.tiny {
		font-size:14px;
	}
	.grid-custom-footer {
		display:grid;
		grid-template-columns:1fr;
	}
	.grid-custom-footer .block-footer-2 {
		grid-row:1;
	}
	.mb-10 {
		margin-bottom:10px;
	}
}



