/* Certification Logos block */
.sandler-certification-logos__img {
	max-height: 80px;
	object-fit: contain;
	transition: opacity 0.2s ease;
}

/* Only apply hover effect when the image is inside a link */
a .sandler-certification-logos__img:hover {
	opacity: 0.75;
}
