.brands {
	width: 100%;
	position: relative;
	margin-top: var(--py-section);
	margin-bottom: var(--py-section);
}

.brands-top {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 1000px;
}

.brands-large {
	display: flex;
	align-content: center;
	justify-content: center;
}

@media only screen and (min-width: 1025px) {
	.brands-top h4 {
		font-size: 28px;
	}

	.brands-top {
		margin-bottom: 50px;
	}
}
