.title_section {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 28px 0;
	overflow: hidden;
	min-height: 194px;
	position: relative;
	align-items: center;
	justify-content: flex-start;
}

.higher_title_section {
	min-height: 294px!important;
}

.title_section img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.title_section_p_1 {
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: var(--cor13);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 60px/72px Calistoga-Regular;
}

.title_section_p_2 {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor13);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 48px/60px Calistoga-Regular;
}

.title_section_desc {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor13);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	width: clamp(0%, 100%, 670px);
	font: normal 20px/26px Figtree-Regular;
}

@media screen and (max-width: 700px) {
	.title_section_p_1 {
		font: normal 42px/50px Calistoga-Regular;
	}
	.title_section_p_2 {
		font: normal 42px/50px Calistoga-Regular;
	}
	.title_section_desc {
		font: normal 18px/22px Figtree-Regular;
	}
}