.store-badge {
	padding: 0px;
	margin: 0px;
}

#badge-section {
	display: flex;
	flex-wrap: wrap;
	margin-top: -6px;
	justify-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#badge-section img {
	width: 190px;
	margin: 0px 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 0px 0px 6px var(--shadow-color);
}

#badge-section img:hover {
	border: 1px solid var(--link-hover);
}