.news1-header {
	margin-top:110px;
}
.news1-title {
	text-align:center;
	padding:60px 20px;
	font-size:48px;
	font-weight:400;
}
.news1_text-1 {
	font-size:22px;
	margin-top:150px;
}
.news1_text-2 {
	margin-top:60px;
	padding-left:32px;
	border-left:5px solid #f2cf30;
	font-size:32px;
}
.news1_text-list-title {
	margin-top:32px;
	font-weight:500;
	font-size:22px;
}
.news1_text-list-main {
	font-size:22px;
}

.news1-main-2-grid {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
	margin:60px 0;
}

.news1-form {
	display:block;
	margin-bottom:150px;
}
.news1-form-title {
	font-weight:400;
	margin-bottom:20px;
	font-size:32px;
}
.news1-form-text {
	font-size:22px;
	margin-bottom:20px;
}
.news1-form-text-tiny {
	font-size:16px;
	opacity:0.7;
}
.news1-form .block-bass-form-confidenc {
	flex-direction:column;
	align-items:start !important;
}
.news1-form-left {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.form {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.news1-gallary {
height:340px;
}
.wavebg-custom.wavebg {
	background-size:contain !important;
	background-position: 0 390px !important;
}

.news-2-img-1 {
	background:url('img/news-2-img-1.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.news-2-img-2 {
	background:url('img/news-2-img-2.jpeg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.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;
	height:600px;
}
.news2-grid-item {
	font-size:22px;
	font-weight:400;
}
.news2-grid-wrapper-h2 {
	font-size:32px;
	font-weight:400;
}
.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;
}
.news2-galery-item-1 {
	background:url('img/news-2-img-3.jpg');
}
.news2-galery-item-2 {
	background:url('img/news-2-img-4.jpg');
}
.news2-galery-item-3 {
	background:url('img/news-2-img-5.jpg');
}
.news2-grid-2-wrapper {
	margin:50px 0;
}
.border-left {
	border-left:5px solid #f2cf30;
	padding-left: 32px;
}
.m0 {
	margin:0 !important;
}
@media(max-width:1150px) {
	.news1-form-title {
		font-size:22px !important;
	}
	.news2-galery-item-1 {
		margin-top:0 !important;
	}
	.form {
		margin-top:10px !important;
	}
	.news2-galery {
		margin-bottom:30px;
	}
	.news2-grid-list-item {
		font-size:16px;
	}
	.news-2-img-2 {
		margin-bottom:30px;
	}
	.news1-title {
		font-size:22px;
		padding:0 20px;
		text-align:start;
	}
	.news2-grid-2-wrapper {
		margin:30px 0;
	}
	.news1-header {
		margin-top: 60px;
	}
	.news1-form {
		grid-template-columns: 1fr;
		margin-bottom:30px;
	}

	.news1-form-title {
		font-size:18px;
	}
	.news1-form-text {
		font-size:16px;
	}
	.news1-form-title {
		font-size:16px;
	}
	.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:290px;
		margin-top:20px;
	}
}
.yellow-link-hover:hover {
	color:white !important;
}
.form {
	max-width:unset !important;
	margin-top:50px;
}
@media(min-width:1150px) {
	.tiny {
		font-size:18px;
	}
	.form div {
		flex-direction:row !important;
	}
}

