﻿.news a {
	text-decoration: none;
}

.ico-news.img {
	background-size: cover;
	border: 2px solid var(--green);
}

.ico-news {
	margin: 0 auto 20px;
	display: block;
	background-size: contain;
	background-image: url(../../Content/Images/sgnl-logo-4.2-402x246.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
	/* width: 265px; */
	height: 265px;
}

.latest_news.text:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, 0.3);
} 

	.latest_news.text {
		word-wrap: break-word;
		text-align: left !important;
		color: #777;
		min-height: 225px;
		max-height: 225px;
		height: 225px;
		margin-top: -75px;
		background-color: #fff;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 2%;
		position: relative;
		text-decoration: none;
		/*border: 1px solid #000;*/
	}