.footer-brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
	gap: 8rem;
}

.footer-brand .footer-brand__item svg {
	width: var(--image-brand-width);
	height: var(--image-brand-width);
}

.footer-brand .footer-brand__item img {
	width: var(--image-brand-width);
	height: auto;
	vertical-align: top;
}
