.tabs {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 0 0 52px 0;
	align-items: flex-start;
	justify-content: center;
}

.tabs_bg_1 {
	background-color: var(--cor15);
}

.tabs_titles {
	gap: 10px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 52px auto 48px auto;
}

.tabs_titles .p_1 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	color: var(--cor5);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 44px/55px PlusJakartaSans-SemiBold;
}

.tabs_inner_div {
	gap: 48px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.tabs_buttons {
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	gap: 4px 64px;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tab_button {
	margin: 0;
	border: none;
	outline: none;
	padding: 8px 0;
	max-width: 140px;
	text-align: center;
	color: var(--cor25);
	transition: all 0.2s ease;
	text-align: -webkit-center;
	white-space: unset!important;
	word-break: break-word!important;
	border-bottom: 2px solid transparent!important;
	font: normal 16px/20px PlusJakartaSans-SemiBold;
}

.tab_button_active {
	color: var(--cor5)!important;
	border-bottom: 2px solid var(--cor17)!important;
}

.tab_section {
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	padding: 0 64px;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 128px);
	transition: all 0.2s ease;
}

.tab_two_col_section {
	gap: 64px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.tab_two_col_section svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 96px;
	outline: none;
	fill: var(--cor21);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.tab_two_col_section_side_1 {
	gap: 10px;
	margin: 0;
	padding: 0;
	width: 53%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	flex-direction: column;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.tab_two_col_section_side_2 {
	gap: 10px;
	margin: 0;
	padding: 0;
	width: 47%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.tab_two_col_section .p_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor5);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 464px);
	font: normal 24px/32px PlusJakartaSans-SemiBold;
}

.tab_two_col_section .p_2 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor9);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 464px);
	font: normal 16px/28px PlusJakartaSans-Regular;
}

.tab_two_col_section .p_2 span {
	color: var(--cor1);
	text-decoration: underline;
	font: normal 16px/28px PlusJakartaSans-SemiBold;
}

.tab_two_col_section .p_3 {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 18px/28px PlusJakartaSans-SemiBold;
}

.tab_two_col_section_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	max-width: 528px;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(250px, 24vw, 350px);
	background-color: rgba(var(--cor20), 0.1);
}

.tab_two_col_section_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 760px) {
	.tabs_titles .p_1 {
		font: normal 32px/46px PlusJakartaSans-SemiBold;
	}
	.tab_section {
		padding: 0;
		width: 100%;
	}
	.tab_two_col_section {
		gap: 32px;
		flex-direction: column;
	}
	.tab_two_col_section_side_1,
	.tab_two_col_section_side_2 {
		width: 100%;
	}
	.tab_two_col_section .p_1 {
		width: 100%;
		font: normal 20px/28px PlusJakartaSans-SemiBold;
	}
	.tab_two_col_section .p_2 {
		width: 100%;
		font: normal 14px/26px PlusJakartaSans-Regular;
	}
	.tab_two_col_section .p_2 span,
	.tab_two_col_section .p_3 {
		font: normal 16px/26px PlusJakartaSans-SemiBold;
	}
	.tab_two_col_section_img {
		margin: 0 auto;
	}
}