.logo-footer {
	display: flex;
	gap: 1.5rem;
}

.logo-footer img {
	max-height: 50px;
}

@media screen and (max-width: 768px){
	.logo-footer {
		justify-content: center;
	}
}