.fc_client_logos {
	> div {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: var(--gap-xl);
		flex-wrap: wrap;
	}
	& img {
		height: 50px;
		width: auto;
	}
}