.guides_item {
	margin-bottom: 2rem;
	padding:       0 35px;
}
.guides_item a {
	display: block;
	width:   100%;
	color:   #373a3c;
}
.guides_item a:hover { color: #373a3c; }

.guides_item img {
	margin-bottom: 2rem; 
	transition:    box-shadow 0.2s ease-in-out
}
.guides_item a img {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1)
}
.guides_item a:hover  img {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2)
}
.guides_item h4 {
	color: #005dab
}
@media (min-width: 576px) {
	.guides_item:nth-child(2n+1) { clear: both; }
}
/* when showing 3 items per row, clear #1, 4, 7 */
@media (min-width: 992px) {
	.guides_item:nth-child(2n+1) { clear: none; }
	.guides_item:nth-child(3n+1) { clear: both; }
}