
ul.projects-list{
	display:flex;
	padding:0;
	margin:0;
	flex-wrap:wrap;
	justify-content: space-evenly;
}

.projects-list li{
	list-style: none;
	display:inline-block;
	vertical-align: top;
	padding:1em;

	border: 1px solid white;
	border-radius: 2em;
	margin: 0 0.75em 3em;
}

.projects-list a{
	color:cyan;
	text-decoration: none;
}

img{
	max-width:100%;
}

.projects-list img{
	max-height: 300px;
	display:block;
	margin:auto;
}

@media screen and (min-width:45em){
	.projects-list li{
		max-width:25%;
	}
}
