ul.lst-logo-links-holder {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 52.5rem;
}

ul.lst-logo-links-holder li {
	list-style: none;
	text-align: center;
	max-width: 12rem;
}

ul.lst-logo-links-holder li img {
	display: block;
	margin: auto;
	width: 100%;
}

@media screen and (max-width: 800px) {
	ul.lst-logo-links-holder {
		flex-direction: column;
		justify-content: center;
	}

	ul.lst-logo-links-holder li + li {
		margin-top: 2.5rem;
	}
}
