.resources-logos {
	display: flex;
	flex-wrap: wrap;
}

.resources-logos-item {
	width: 25%;	
}

.resources-logos-item a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;

	height: 100%;
}

.resources-logos-item a:hover img {
	opacity: 0.7;
}

.resources-logos-item a:after {
	position: absolute;
	top: 5px;
	right: 5px;

	display: flex;
	align-items: center;
	justify-content: center;

	
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
	
	font-size: 21px;
	background-color: rgba(255,255,255,.8);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 5;
}

.resources-logos-item img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width : 576px) {
	.resources-logos-item {
		width: 50%;
	}
}
		