.helping-the-brands {
	padding: 132px 0 !important;
}

.helping-the-brands .helping-the-brands-content.container {
	/* padding-left: 23px;
	padding-right: 23px;
	max-width: calc(1920px + 16px * 2 - 132px * 2); */
	align-items: start;
}

.helping-the-brands .helping-the-brands-content .helping-the-brands-content-left {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 165px 0 0;
}

.helping-the-brands .helping-the-brands-content .helping-the-brands-content-right {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 24px;
	padding: 0;
}

.helping-the-brands-content-left .helping-the-brands-title {
	font-style: normal;
	font-weight: 600;
	font-size: clamp(2.25rem, 0.3793rem + 3.0172vw, 4rem);
	line-height: clamp(2.8125rem, 0.4741rem + 3.7716vw, 5rem);
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 0px;
}
@media (max-width: 992px) {
	.people-and-culture-v2-page-template .helping-the-brands-content .wrap,
	.people-and-culture-page-template .helping-the-brands-content .wrap {
		row-gap: 40px;
	}
}

.helping-the-brands-content-right .helping-the-brands-des {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
	line-height: clamp(1.75rem, 1.2823rem + 0.7543vw, 2.1875rem);
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
	margin: 0;
}

@media only screen and (max-width:992px) {
	.about-us-page-template .helping-the-brands-content-right .helping-the-brands-des {
		padding-top:40px;
	}
}


.helping-the-brands-content-right .btn-contact-us {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 48px;
	padding: 16px 24px;
	font-size: clamp(0.875rem, 0.7412rem + 0.2157vw, 1rem);
	font-weight: var(--wp--custom--typography--font-weight--500);
	line-height: clamp(0.875rem, 0.7412rem + 0.2157vw, 1rem);
	letter-spacing: 0.04em;
	background: #FF671D;
	color: #FFFFFF;
	border-radius: 8px;
	gap: 12px;
}

.helping-the-brands-content-right .btn-contact-us i {
	font-size: 12px;
}

.helping-the-brands-content-right .btn-contact-us:hover {
	background: #FF671D;
	color: #FFFFFF;
}

/*Responsive*/
@media only screen and (max-width: 992px) {
	.helping-the-brands {
		padding-top: 66px !important;
		padding-bottom: 66px !important;
	}
	.helping-the-brands .helping-the-brands-content.container {
		flex-direction: column;
		row-gap: 40px;

	}

	.helping-the-brands .helping-the-brands-content .helping-the-brands-content-left {
		padding-right: 0;
		width: 100%;
	}

	.helping-the-brands .helping-the-brands-content .helping-the-brands-content-right {
		width: 100%;
		row-gap: 36px;
	}

	.helping-the-brands-content-right {
		padding: 0 14px 0 0 !important
	}
}
