.akt-partners-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.product-partners-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.akt-partners-grid .partner-item, .akt-partners-grid .akt-partner-item,
	.product-partners-grid .product-partner-item, .product-partners-grid .partner-item
	{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}

.akt-partners-grid .partner-item {
	width: 250px;
	height: 250px;
}

.product-partners-grid .product-partner-item {
	width: 80px;
	height: 80px;
}

.akt-partners-grid img, .product-partners-grid img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	object-fit: contain;
}