.partnerships {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 70px 0px;
}

.partnerships .title {
	color: black;
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
}

.partnership-images {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 40px;
	align-self: stretch;
	flex-wrap: wrap;
}

.partnership-images img {
	display: flex;
	width: 300px;
	height: 120px;
	padding: 36px 20px 36px 21px;
	justify-content: center;
	align-items: center;
	object-fit: contain;
}
