div#services {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

div#services a {
	display: block;
	border-color: var(--cyan);
	border-width: 1px;
	border-style: solid;
	width: 18em;
	height: 22em;
	align: center;
	padding: 10px;
}

div#services a h2 {
	
}

div#services a span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	aspect-ratio: 1;
}

img {
	width: 100%;
}

div#services a p {
	color: var(--base00);
}

