.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;
}
.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-4-img-1.png');
	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:32px;
	font-weight:500;
	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-gallery {
	display:grid;
	gap:20px;
	grid-template-rows:1fr;
	grid-template-columns:1fr 1fr 1fr;
}
.news-5-gallery-item-1 {
	background:url('img/news-5-img-3.jpg');
}
.news-5-gallery-item-2 {
	background:url('img/news-5-img-2.jpg');
}

.news-5-gallery-item-3 {
	background:url('img/news-5-img-1.jpg');
}
.news-4-gallery {
	margin-top:30px;
}
.news-5-img-4 {
	background:url('img/news-5-img-4.jpg');
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
}
.news-5-img-5 {
	background:url('img/news-img-5-2.jpg');
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
}
.fs-custom {
	font-size:18px;
}
.justify-between {
	justify-content:space-between;
}
@media(min-width:1150px) {
	.mt-0 {
		margin-top:0;
	}
	.form {
		height:100%;
	}
}

@media(max-width:1150px) {
	.block-bass-form-confidenc p {
		width:100%;
	}
	.block-bass-form-confidenc {
		width:100%;
	}
	.grid-custom-footer-text {
		grid-row: 1;
	}
	.grid-custom-block {
		display:grid !important;
		grid-template-columns:1fr;
		gap:0 !important;
	}
	.news2-grid-wrapper {
		margin:30px 0;
	}
	.news-3-li {
		margin-bottom:10px;
	}
	.news-4-gallery {
		grid-template-columns:1fr;
	}
	.news2-grid-item {
		margin-bottom:10px;
	}
	.news2-grid-item-title {
		margin-top:0;
		font-size:22px;
	}
	
	.news2-grid-item-title.border-left {
		margin-bottom:24px;
	}
	.news1-title {
		font-size:24px;
		padding:0 20px;
	}
	.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:18px;
	}
	.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:18px;
	}
}



