#news{
	width: 1190px;
	margin: 10px auto;
	position: relative;
	text-align: left;
}
#news>h1{
	 width: 200px;
    margin: 40px 30px;
     font-size: 18px;
    text-align: center;
    font-family: 'dejavu_sansbold';
    position: relative;
    border-left: 3px solid #37589b;
    
}
#Sakrebulo{
	max-width: 1250px;
	margin: auto;
	margin-top: 0px;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
	position: relative;
	text-align: center;
	}
.Sakrebulo_info{
	width: 500px;
	height: 50px;
	background-color: #e2e2e2;
	text-align: left;
	border-bottom: 2px solid rgba(2,152,53,0.5);
    display: inline-block;
    margin: 20px 20px;
    padding: 15px 10px;
    font-family: 'dejavu_sansbook';
    color: #4d5971;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: bold;
    position: relative;
}
.fa-users{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #019934;
	font-size: 20px;
	
}
.Sakrebulo_info:hover{
	background-color: transparent;
}
.All_Sakrebulo{
	width: 200px;
	height: 40px;
	line-height: 45px;
	margin: 40px auto;
	text-align: center;
	background-color:#019934;
	border-radius: 30px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #fff;
    border: 1px solid #019934;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.All_Sakrebulo:hover{
	background-color: transparent;
	color: #019934;
}
.Sakrebulo{
    width: 90%;
    height: 0px;
    position: relative;
    margin: auto;
    margin-top: 330px;
    border-bottom: 2px solid #029a35;
}
.Sakrebulo h2 {
    color: #1d1d1d;
    position: absolute;
    margin-top: -8px;
    height: 30px;
    background-color: #ffffff;
    font-size: 17px;
    width: 300px;
}