/* ==========================================================
   KFI Kosher Certificate - Single Page Layout
   ========================================================== */

.kfi-cert-single {
	padding: 50px 0;
}

.kfi-cert-single__image img {
	width: 100%;
	height: auto;
	max-width: 480px;
	display: block;
}

.kfi-cert-single__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.kfi-cert-single__title {
	margin-bottom: 5px;
	font-size: 42px;
}

.kfi-cert-single__logo {
	flex-shrink: 0;
}

.kfi-cert-single__logo img {
	max-width: 130px;
	max-height: 90px;
	width: auto;
	height: auto;
}

@media (max-width: 480px) {
	.kfi-cert-single__header {
		flex-direction: column;
		align-items: flex-start;
	}
}

.kfi-cert-single__website a {
	color: #545454;
	text-decoration: none;
}

.kfi-cert-single__website a:hover {
	text-decoration: underline;
}

.kfi-cert-single__meta {
	margin-top: 30px;
}

.kfi-cert-single__meta p {
	margin-bottom: 8px;
	font-size: 16px;
}

.kfi-cert-single__heter {
	margin-top: 25px;
	font-size: 16px;
}

.kfi-cert-single__instructions {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.8;
}
.kfi-cert-single__details p{
	color: #545454;
}

.kfi-cert-single__instructions p {
	margin-bottom: 20px;
}

.kfi-cert-single__instructions a {
	color: #545454;
}

@media (max-width: 749px) {
	.kfi-cert-single__image {
		margin-bottom: 30px;
	}
}