
.gallery-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-card {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

.home-card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 109px;
	align-items: center;
	justify-content: space-around;
	justify-content: space-evenly;

	margin: 10px 0;

	padding-bottom: 10px;
	border-bottom: 1px solid darkgray;
}
.home-card-image {
	align-self: flex-start;
	order: -1;
	/*height: 156px;*/
	height: 100%;
	width: auto;
}
.home-card > :not(.home-card-image) {
	max-width: 160px;
	text-align: center;
}
.home-card-description {
	display: none;
}
.button-link {
	font-size: 13px;
	padding: 7px;
	border-radius: 7px;
}