.partners-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.partners-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.partners-title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

.partners-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
	align-self: flex-end;
}

.partners-buttons button {
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	background-color: #52b788;
}

.partners-buttons button.swiper-button-disabled {
	background-color: #d8f3dc;
}

.partners-buttons button.swiper-button-disabled path {
	stroke: #9f9f9f;
}

.partners-list {
	display: flex;
}

.partners-item {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	min-width: 320px;
	height: 240px;
	background-color: #f3fffa;
}
