.advantages-wrapper {
	display: flex;
	flex-direction: column;
	background-color: #1b593e;
	width: 100%;
	padding: 40px 0 120px;
}

.advantages-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #b7e4c7;
	padding-bottom: 60px;
	margin: 0;
}

.advantages-desc {
	display: flex;
  flex-wrap: wrap;
	padding: 40px 0;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}

.advantages-desc__item {
	display: flex;
	flex-direction: column;
	align-items: center;
  max-width: 295px;
}

.advantages-desc__item svg {
	height: 84px;
}

.advantages-desc__item-title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	color: #ffdeb3;
}

.advantages-delivery {
	display: flex;
	gap: 20px;
	padding-top: 60px;
}

.advantages-delivery__desc {
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
	gap: 20px;
  max-width: 400px;
}

.advantages-delivery__desc-title {
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #d8f3dc;
	margin: 0;
}

.advantages-delivery__desc-text {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #ffdeb3;
	margin: 0;
}

.advantages-delivery__map img {
  width: 100%;
}

@media (max-width: 991px) {
  .advantages-delivery {
    flex-direction: column;
  }

	.advantages-title {
		font-size: 32px;
		padding-bottom: 30px;
	}
}
