.certification-logos {
	max-width: 350px;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	align-items: center;
}

.certification-logo {
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 125px;
	opacity: 0.8
	margin: 0.1rem;
}

/* mobile */
@media screen and (max-width: 767px) {
	.certification-logos {
		justify-content: center;
	}
}
