.two_col_section {
	gap: 48px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 76px 0;
	flex-wrap: nowrap;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.two_col_section_column {
	flex-direction: column!important;
}

.two_col_section_mg {
	margin: -20px 0 28px 0!important;
}

.two_col_section_all_mg_neg {
	margin: -20px 0!important;
}

.two_col_section_inner {
	gap: 32px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.two_col_section_side_1,
.two_col_section_side_2 {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 50%;
	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;
}

.two_col_section_side_3 {
	gap: 24px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 48px;
	min-height: 500px;
	flex-wrap: nowrap;
	border-radius: 24px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(70% - 96px);
	justify-content: center;
	transition: all 0.2s ease;
	background-color: var(--cor13);
}

.two_col_section_side_4 {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 30%;
	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;
}

.two_col_section_side_double_info {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 50%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.two_col_section_side_inner {
	gap: 4px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.two_col_section_img {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	max-width: 500px;
	position: relative;
	align-items: center;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(350px, 49vw, 700px);
}

.two_col_section_img_smaller {
	height: clamp(350px, 35vw, 500px)!important;
}

.two_col_section_img_2 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	align-items: center;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(300px, 28vw, 400px);
}

.two_col_section_img_3 {
	padding: 0;
	width: 35%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	align-items: center;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(220px, 22.5vw, 320px);
}

.two_col_section_img_4 {
	padding: 0;
	width: 65%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	align-items: center;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(220px, 22.5vw, 320px);
}

.two_col_section_img img,
.two_col_section_img_2 img,
.two_col_section_img_3 img,
.two_col_section_img_4 img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.two_col_section_side_2 a {
	margin: 0;
	padding: 0;
	width: 100%;
	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 16px/26px Figtree-SemiBold;
}

.two_col_section_side_2 a svg,
.two_col_section_flex_div svg {
	padding: 0;
	width: auto;
	border: none;
	height: 13px;
	outline: none;
	fill: var(--cor1);
	margin: 8px 0 0 0;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.two_col_section_flex_div {
	gap: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.two_col_section_flex_div_bigger_gap {
	gap: 24px!important;
}

.two_col_section .p_0 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor10);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/26px Figtree-Bold;
}

.two_col_section .p_0_mg {
	margin: 36px 0 -8px 0;
}

.two_col_section .p_1 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	margin: 48px 0 0 0;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/48px Calistoga-Regular;
}

.two_col_section .p_1_mg {
	margin: 0!important;
}

.two_col_section .p_2 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 330px);
	font: normal 40px/48px Calistoga-Regular;
}

.two_col_section .p_3 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/26px Figtree-Regular;
}

.two_col_section .p_3 span {
	color: var(--cor1)!important;
	font: normal 20px/26px Calistoga-Regular!important;
}

.two_col_section .p_4 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 48px 0 0 0;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/26px Figtree-Regular;
}

.two_col_section .p_5 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 480px);
	font: normal 40px/48px Calistoga-Regular;
}

.two_col_section .p_6 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor10);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 480px);
	font: normal 24px/30px Calistoga-Regular;
}

.two_col_section .p_7 {
	margin: 0;
	padding: 0;
	width: 100%;
	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 24px/30px Calistoga-Regular;
}

.two_col_section .p_8 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 32px/40px Calistoga-Regular;
}

.two_col_section .p_9 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 48px 0 0 0;
	color: var(--cor10);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/48px Calistoga-Regular;
}

.two_col_section .p_10 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	margin: -24px 0 0 0;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/48px Calistoga-Regular;
}

.two_col_section .p_11 {
	margin: 0;
	padding: 0;
	width: 100%;
	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 16px/19px Figtree-Regular;
}

.two_col_section .p_12 {
	margin: 0;
	padding: 0;
	width: 100%;
	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 20px/26px Calistoga-Regular;
}

.two_col_section .p_13 {
	margin: 0;
	border: none;
	outline: none;
	text-align: left;
	padding: 8px 12px;
	color: var(--cor1);
	border-radius: 8px;
	width: fit-content;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	background-color: var(--cor11);
	font: normal 14px/17px Figtree-SemiBold;
}

@media screen and (max-width: 960px) {
	.two_col_section_flex_earlier {
		gap: 24px;
		flex-direction: column;
	}
	.two_col_section_flex_earlier .two_col_section_side_1,
	.two_col_section_flex_earlier .two_col_section_side_2 {
		width: 100%;
	}
	.two_col_section_side_3 {
		padding: 32px;
		width: calc(65% - 64px);
	}
	.two_col_section_side_4 {
		width: 35%;
	}
	.two_col_section_img_3 {
		width: 45%;
	}
	.two_col_section_img_4 {
		width: 55%;
	}
	.two_col_section_side_double_info > div:last-child {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.two_col_section,
	.two_col_section_inner {
		gap: 24px;
		flex-direction: column;
	}
	.two_col_section_column {
		gap: 32px!important;
	}
	.reverse {
		flex-direction: column-reverse!important;
	}
	.two_col_section_side_1,
	.two_col_section_side_2 {
		width: 100%;
	}
	.two_col_section_side_3 {
		width: calc(100% - 64px);
	}
	.two_col_section_side_4 {
		width: 100%;
	}
	.two_col_section_side_double_info {
		width: 100%;
		flex-direction: column;
	}
	.two_col_section_side_double_info > div:last-child {
		display: flex;
	}
	.two_col_section .p_0 {
		font: normal 18px/22px Figtree-Bold;
	}
	.two_col_section .p_1,
	.two_col_section .p_9 {
		margin: 0;
		font: normal 32px/36px Calistoga-Regular;
	}
	.two_col_section .p_2,
	.two_col_section .p_5 {
		width: clamp(0%, 100%, 100%);
		font: normal 32px/36px Calistoga-Regular;
	}
	.two_col_section .p_3,
	.two_col_section .p_4 {
		margin: 0;
		font: normal 18px/22px Figtree-Regular;
	}
	.two_col_section .p_3 span {
		font: normal 18px/22px Calistoga-Regular!important;
	}
	.two_col_section .p_6 {
		width: clamp(0%, 100%, 100%);
		font: normal 22px/28px Calistoga-Regular;
	}
	.two_col_section .p_7 {
		font: normal 22px/28px Calistoga-Regular;
	}
	.two_col_section .p_8 {
		font: normal 26px/32px Calistoga-Regular;
	}
	.two_col_section .p_10 {
		font: normal 32px/36px Calistoga-Regular;
	}
	.two_col_section .p_11 {
		font: normal 14px/17px Figtree-Regular;
	}
	.two_col_section .p_12 {
		font: normal 18px/22px Calistoga-Regular;
	}
}

@media screen and (max-width: 450px) {
	.two_col_section_flex_earlier .two_col_section_flex_div {
		flex-direction: column;
	}
	.two_col_section_img_3,
	.two_col_section_img_4 {
		width: 100%;
	}
}