.organization-cover {
	position: relative;
	height: 300px;
	margin-bottom: 62px;
	overflow: visible;
	border-radius: 1.5rem;
	background: #182535;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}
.organization-cover__image,
.organization-cover__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
.organization-cover__image { object-fit: cover; }
.organization-cover__shade { background: linear-gradient(180deg, rgba(3, 12, 25, .02) 35%, rgba(3, 12, 25, .76) 100%); }
.organization-cover__identity {
	position: absolute;
	left: 42px;
	right: 38px;
	bottom: -48px;
	display: flex;
	align-items: flex-end;
	gap: 22px;
}
.organization-cover__icon {
	width: 112px;
	height: 112px;
	flex: 0 0 auto;
	border: 6px solid #fff;
	border-radius: 50%;
	background: #fff;
	object-fit: cover;
	box-shadow: 0 7px 20px rgba(15, 23, 42, .26);
}
.organization-cover__copy {
	min-width: 0;
	padding-bottom: 57px;
	color: #fff;
	text-shadow: 0 2px 9px rgba(0, 0, 0, .44);
}
.organization-cover__label { margin-bottom: 5px; font-size: 14px; font-weight: 700; letter-spacing: .04em; opacity: .9; }
.organization-cover__name { margin: 0; overflow: hidden; font-size: 30px; font-weight: 800; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 767.98px) {
	.organization-cover { height: 190px; margin-bottom: 48px; border-radius: 1.15rem; }
	.organization-cover__identity { left: 18px; right: 16px; bottom: -36px; gap: 13px; }
	.organization-cover__icon { width: 82px; height: 82px; border-width: 5px; }
	.organization-cover__copy { padding-bottom: 43px; }
	.organization-cover__label { margin-bottom: 2px; font-size: 12px; }
	.organization-cover__name {
		display: -webkit-box;
		font-size: 20px;
		line-height: 1.25;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}
