/* =========================================================
 * Footer - ISMS Certification
 * ========================================================= */

.km-footer__cert {
	width: 220px;
	margin-top: 28px;
}

.km-footer__cert-label {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif !important;
	font-size: 10px !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.18em;
	color: rgba(255, 255, 255, 0.5);
}

.km-footer__cert-card {
	display: block;
	padding: 8px;
	background: #fff;
	border-radius: 4px;
}

.km-footer__cert-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

@media (max-width: 767px) {
	.km-footer__cert {
		width: 180px;
		margin-top: 24px;
	}
}