.neptune-brands-display .neptune-brands-display__grid {
	gap: 25px;
}
.neptune-brands-display .neptune-brands-display__title {
	background: unset;
	text-align: center!important;
	text-transform: uppercase!important;
	padding-bottom: 45px;
}
.neptune-brands-display .neptune-brands-display__grid .neptune-brands-display__item {
	background-color: var(--tertiary-backgound-color);
	border-radius: 10px;
}

.neptune-brands-display .neptune-brands-display__item {
	margin: unset;
	min-height: unset;
	padding: 45px 30px;
}
.neptune-brands-display .neptune-brands-display__logo {
	min-height: 75px;
	width: 65%;
	object-fit: scale-down;
}

.neptune-brands-display .neptune-brands-display__name--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	min-height: 75px;
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text-color, #323232);
}

@media (max-width: 550px) {
	.neptune-brands-display__grid {
		grid-template-columns: 100%;
	}
	.neptune-brands-display {
		margin-top: 60px;
	}
}