.group-related-news{
	border-top : 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 2em;
}

.group-related-news h2{
	padding-bottom: 1.2em;

	font-family: latoblack;
    font-size: 15px;

}


.group-related-news ul{
	padding-left : 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
}

.group-related-news ul>li{
	width: 100%;
}

.group-related-news ul>li.first{
	margin-left : 0;
}



.group-related-news ul>li a{
	
	color: #6cb42a;
	font-size : 15px;
	font-family : latoblack;
}

.group-related-news ul>li h3{
	margin-top: 0.3em;
}

.group-related-news .field-name-field-thumb img{
	margin: 0 auto;
	width : 100%;
	height: auto;
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.group-related-news ul>li{
	width: 48%;
	margin: 0 1%;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.group-related-news ul>li{
		width: 22%;
		margin : 1%;

	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}





