
.section-page-blocks {
	display: flex;
	justify-content: center;
}

.section-page {
	border: 3px #7a9a4e solid;
	border-radius: 15px;
	overflow-block: hidden;
	background-color: white;
}

.section-page a {
	text-decoration: none;
	color: black;
}

.section-page img {
	width: 250px;
	height: 200px;
	object-fit: cover;
}

.section-page p {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 15px 0px;
}
