.res_articles_top .item .img
{
	height: 150px;
	margin-bottom: 20px;
}
.res_articles_top .item
{
	margin-bottom: 40px;
}
.res_articles_top .item .card
{
	height: 100%;
}
.card H3
{
	margin: 0 20px;
}
.card .sdesc
{
	margin: 0 20px 30px;
}
H3.application-title
{
	padding: 5px 5px 10px 5px;
	border-bottom: 2px dotted #CCC;
	margin-bottom: 30px;
}
@media (max-width: 575px)
{
	.res_articles_top .item .img
	{
		background-size: cover !important;
	}
	.white_box IMG
	{
		max-width: 100%;
		/*height: auto;*/
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.res_articles_top .item .img
	{
		background-size: cover !important;
	}
	.white_box IMG
	{
		max-width: 100%;
		/*height: auto;*/
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.white_box IMG
	{
		max-width: 100%;
		/*height: auto;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.white_box IMG
	{
		max-width: 100%;
		/*height: auto;*/
	}
}
@media (min-width: 1200px)
{
}
