section.patreons{
	height: auto;
}

.container-patreons{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.box-patreons{
	width: 250px;
	height: 300px;
	margin: 25px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	border: 1px solid black;
	box-shadow: 4px 4px 10px rgba(0,0,0,.5);
}

.frame-imagem{
	width: 200px;
	height: 200px;
	border: 1px solid black;
}

.frame-imagem img{
	width: 100%;
	height: 100%;
}