.cert-photos {
	display: flex;
	flex-flow: row wrap;
	gap: 25px;
	justify-content: space-around;
	width: 100%;
}

.cert-container {
text-align: center;
margin: auto;
}

.cert-container img {
max-width: 600px;
width: 100%;
height: auto;
margin: auto;
}

.cta-bold {
font-weight: 600;
}