.heading {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
.scroll_news .heading{
	margin-bottom: 18px;
}
div>.heading:after{
	content: "";
	background: var(--prv_color_bg);
	border-radius: 4px;
	width: 75px;
    height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}