.spisok_news {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 40px;
}

.spisok_news2 {
	display: grid;
	grid-template-columns: 6fr 2fr;
	gap: 40px;
}

.spisok_news3 h3 {
	font-weight: 400;
}

.spisok_news03 img {

	height: 30vh;
	object-fit: cover;
	display: block;
	text-align: center;
}

.spisok_news4 {
	display: grid;
	grid-template-columns: 1fr 1fr;

}

.news_ssilka {
	justify-self: center;
}

.news_ssilka a {
	font-size: 14px;
}

.news_data p {
	font-size: 12px;
}

.news_h2 {
	font-size: 64px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1px;
}

.statia_new {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
}

.statia_new00 h3 {
	font-weight: 400;
}

.statia_new00 p {
	padding-top: 2em;
}

.headimg_new {
	text-align: center;
}

.dr_news1 {
	text-align: center;
	padding-top: 4em;
}

.dr_news1 a {
	text-align: center;
	color: #333;
	font-size: 18px;
	padding-top: 4em;
	text-decoration: underline;
}

.spisok_news2 {
	border-bottom: 1px solid #555;
}

.verh8 > .spisok_news:last-child .spisok_news2 {
    border-bottom: none;
}