.contribute_section {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	padding: 0 0 76px 0;
	align-items: flex-start;
	justify-content: center;
}

.contribute_section_inner_div {
	gap: 64px;
	border: none;
	outline: none;
	padding: 48px;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 96px);
	justify-content: flex-start;
	background-color: var(--cor1);
}

.contribute_section_inner_div svg {
	margin: 0;
	top: 48px;
	padding: 0;
	opacity: 1;
	z-index: 0;
	width: 100%;
	border: none;
	height: auto;
	right: -10px;
	outline: none;
	max-width: 580px;
	position: absolute;
	box-sizing: content-box;
	transition: all 0.2s ease;
	fill: var(--cor19)!important;
}

.contribute_section_title1 {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor19);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/50px PlusJakartaSans-SemiBold;
}

.contribute_section_title1 span {
	color: var(--cor15)!important;
}

@media screen and (max-width: 1120px) {
	.contribute_section_inner_div svg {
		top: 96px;
		max-width: 380px;
	}
}

@media screen and (max-width: 960px) {
	.contribute_section_inner_div svg {
		top: 144px;
		max-width: 280px;
	}
}

@media screen and (max-width: 760px) {
	.contribute_section_inner_div svg {
		top: 192px;
		max-width: 180px;
	}
	.contribute_section_title1 {
		font: normal 32px/46px PlusJakartaSans-SemiBold;
	}
}

@media screen and (max-width: 580px) {
	.contribute_section_inner_div svg {
		opacity: 0;
	}
}