.conditions-wrapper {
	display: flex;
	flex-direction: column;
}

.conditions-wrapper p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
	margin: 0;
}

.conditions-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 60px;
}

.conditions-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
	margin: 0;
}

.conditions-subtitle {
	max-width: 820px;
}

.conditions-list {
	padding: 40px 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.conditions-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 400px;
}

.conditions-item svg {
  height: 64px;
}

.conditions-item__title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
  color: #857040;
}

.conditions-item__text {
  text-align: center;
}
