/* Styles for Certificate Awards page */

.certificate-section img.certificate-award__image {
	width: 100%;
	height: 350px;
	object-fit: cover;
	display: block;
}

/* Optional: spacing tweaks for titles and paragraphs within certificate cards */
.certificate-section .saving-account h3 {
	margin-bottom: 0.5rem;
}

.certificate-section .saving-account p {
	margin-bottom: 0.5rem;
}
