.berlinUP_footer_row--right .berlinUP_footer_logo_slot {
	display: flex;
	align-items: center;
	justify-content: center;
}

.berlinUP_footer_row--right .berlinUP_footer_logo_slot--left {
	justify-content: flex-start;
}

.berlinUP_footer_row--right .berlinUP_footer_logo_slot--right {
	justify-content: flex-end;
}

.berlinUP_footer_row--right .berlinUP_logo--footer {
	max-width: 14rem;
}

.berlinUP_brand_logo--healthSciences {
	display: block;
	width: auto;
	max-width: 6rem;
	height: auto;
}

@media (max-width: 991.98px) {
	.berlinUP_footer_row--right .berlinUP_footer_logo_slot--left,
	.berlinUP_footer_row--right .berlinUP_footer_logo_slot--right {
		justify-content: center;
		margin-top: 1rem;
	}

	.berlinUP_footer_row--right .berlinUP_logo--footer {
		max-width: 9rem;
	}

	.berlinUP_brand_logo--healthSciences {
		max-width: 5rem;
	}
}
