
.col44-sm-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 33.33%;
	margin-top: 30px;
}

.border-radius-10px {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box-shadow-standart {
	-moz-box-shadow: 0 5px 15px rgba(1, 0, 61, .07);
	-webkit-box-shadow: 0 5px 15px rgba(1, 0, 61, .07);
	box-shadow: 0px 5px 15px rgba(1,0,61,0.07);
	transition: box-shadow 0.2s ease-out;
	-webkit-transition: box-shadow 0.2s ease-out;
	-moz-transition: box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
}

.b1t-govmurman-news-list-landing-teasers .link {
	display: block;
	border: none !important;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	height: 160px;
	font-size: 1.06rem;
	padding: 40px 80px 40px 30px;
	background: white;
}
