.resources-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width:1250px;
	margin:40px auto;
/*	padding-top:40px;*/
/*	border:1px solid #ff0000;*/
}
.resources-card {
/*	border:1px solid #ffB100;*/
/*	border-radius: 5px;*/
	height:402px;
	width:18rem;
/*	min-width:280px;*/
/*	min-width:18rem;
	max-width:20rem;*/
	padding:0;
	font-size: 1.5em;
	font-weight:150;
/*	color:#636363;*/
	color:#ffffff;
	margin:0 10px;
/*	margin-left: -40px;*/
	margin-bottom: 30px;
	text-align: right;
}
.resources-card:hover {
	cursor: pointer;
}
.resources-img {
	height:350px;
}
div.resources-img img {
	width:100%;
	max-width:500px;
	min-width:280px;
	height:350px;
}
.resources-link {
	background-color:#ffB100;
	font-size: .95rem;
	padding:15px 20px 20px;
	color:#333333;
	text-align: center;
	height:50px;
	line-height: 1.25em;
	font-weight: 400;
}
