.hero-banner {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
	background-color: #f7f2ec;
}
.hero-banner .page-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.hero-banner h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.hero-banner .hero-title {
	font-size: 70px;
	font-family: "Playfair Display", serif;
	margin: 0;
	max-width: 600px;
	line-height: 110%;
}
.hero-banner p {
	margin: 0;
	max-width: 500px;
	font-size: 20px;
	line-height: 30px;
	color: #191919;
	font-weight: 400;
}
.section-title::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/new_tag_img.webp);
    display: block;
    width: 105px;
    height: 20px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 2px;
}
.promise-section,
.process-section,
.impact-section {
	padding: 60px 0;
}
.promise-section ul,
.impact-section ul {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.promise-section ul li {
	width: calc(25% - 15px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 40px 20px;
	background-color: #f4f5ec;
	border: 1px solid #eee;
	border-radius: 6px;
}
.impact-section li span,
.promise-section li span {
	min-width: 80px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	margin: 0 auto;
}
.promise-section li h3,
.process-section li h3,
.impact-section li p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}
.promise-section li p,
.process-section li p,
.makers-content p,
.promo-content p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0;
}
.green {
    background:#eef2df;
}
.pink {
    background:#f7dde3;
}
.process-section ul {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	flex-wrap: wrap;
	position: relative;
}
.process-section ul::before {
	content: '';
	position: absolute;
	top: 14%;
	width: 84%;
	height: 2px;
	border-bottom: 2px dashed #191919;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.process-section .number {
	color: #fff;
	background-color: #d85575;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	border-radius: 9999px;
	font-weight: 500;
	margin: 0 auto;
}
.process-section span {
	min-width: 80px;
	width: 80px;
	height: 80px;
	display: flex;
	margin: 0 auto;
	border-radius: 9999px;
	align-items: center;
	justify-content: center;
}
.process-section li span {
	background-color: #7f8a47;
}
.impact-section svg,
.process-section svg {
	width: 40px;
	height: 40px;
	display: block;
}
.process-section ul li {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(16.66% - 17px);
	position: relative;
}
.process-section {
	background-color: #faf7f1;
	position: relative;
}
.process-section img.image {
	display: block;
	width: auto;
	height: 100%;
	max-height: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.impact-section li {
	width: calc(25% - 15px);
	position: relative;
}
.impact-section li::after {
	content: '';
	border-right: 1px solid #eee;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
}
.impact-section li:last-child:after {
	display: none;
}
.impact-section li h3 {
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	font-family: 'Playfair Display', sans-serif;
}
.makers-section .makers-row {
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
}
.makers-section .makers-row>div {
	width: 50%;
}
.makers-image img {
	width: 100%;
	height: 100%;
	display: block;
}
.makers-content p {
	text-align: left;
	margin-bottom: 10px;
}
.makers-content h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.heart-line svg {
	width: 500px;
	height: auto;
}
.makers-section .makers-row .makers-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 60px;
}
.makers-section {
	background-color: #fbf4ed;
}
.promo-banner .promo-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
	padding: 20px;
	background-color: #706b1a;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 200px;
}
.promo-banner .promo-content h3 {
	text-align: left;
	color: #fff;
	max-width: 320px;
	text-transform: uppercase;
	margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.promo-content p {
	color: #fff;
	text-align: left;
}
.promo-content .content {
	max-width: 400px;
}
.promo-banner .page-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.promo-banner .primary_btn {
	color: #191919;
	background-color: #fff;
	border-color: #fff;
}
.makers-content h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #191919;
}
@media(max-width: 1600px) {
	.process-section img.image {
		max-height: 200px;
	}
}
@media(max-width: 1200px) {
	.hero-banner {
		background-position: left;
	}
	.hero-banner .hero-title {
		font-size: 54px;
	}
	.process-section ul::before {
		display: none;
	}
	.process-section ul li {
		width: calc(33.33% - 14px);
	}
	.process-section li p {
		max-width: 277px;
		margin: 0 auto;
	}
	.makers-section .makers-row .makers-content {
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.promise-section li h3,
	.process-section li h3,
	.impact-section li p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media(max-width: 991px) {
	.hero-banner .hero-title {
		font-size: 50px;
	}
	.hero-banner p {
		max-width: 337px;
		font-size: 16px;
		line-height: 26px;
	}
	.promise-section,
	.process-section,
	.impact-section {
		padding: 40px 0;
	}
	.promise-section ul li {
		width: calc(50% - 10px);
	}
	.impact-section li h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.impact-section svg,
	.process-section svg {
		width: 20px;
		height: 20px;
	}
	.impact-section span,
	.process-section span {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	.process-section .number {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
	.promo-banner .page-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.makers-content h2 {
        font-size: 24px;
    }
	.promo-banner h3 {
        font-size: 24px;
    }
}
@media(max-width: 767px) {
	.hero-banner .hero-title {
		font-size: 40px;
	}
	.promise-section li h3,
	.process-section li h3,
	.impact-section li p {
		font-size: 16px;
		line-height: 20px;
	}
	.promise-section li p,
	.process-section li p,
	.makers-content p,
	.promo-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.process-section ul li {
		width: calc(50% - 10px);
	}
	.process-section ul {
		row-gap: 30px;
	}
	.process-section img.image {
		max-height: 80px;
	}
	.impact-section li {
		width: calc(50% - 10px);
	}
	.impact-section li::after {
		display: none;
	}
	.makers-section .makers-row {
		flex-direction: column;
	}
	.makers-section .makers-row>div {
		width: 100%;
	}
	.makers-section .makers-row .makers-content {
		padding: 16px;
	}
	.promo-banner .promo-content {
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}
}
@media (max-width: 500px) {
	.promise-section ul li {
		width: 100%;
	}
}