.section-about strong { 
    color: #FA6300; 
}


.table {
	border-collapse: separate;
	border-spacing: 6px;
}
th, td {
	border-radius: 4px;
	font-weight: 500 !important;
}
.table th,
.table td { background-color: #F4F5F6;  padding: 16px 10px; }
.table tbody th {display: flex; align-items: center; }
.table tbody td { font-weight: 400 !important;}

.table tr th:nth-child(1) {
	min-width: 205px !important;
}
.table tr td:nth-child(2) {
	width: 30%;
}
.table tr td:nth-child(3) {
	background-color: #FEF0E4 !important;
	width: 33%;
}
.table strong { font-weight: 700 !important; }
.table thead th { max-width: 350px; }

.section-tj p {
	font-size: 1rem;
}

.carrossel--section-cards .swiper-slide .card__text { 
	min-height: 120px !important;
}

@media screen and (min-width: 1220px) {
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.section-firstfold-img {
		object-fit: contain !important; 
 		object-position: 90% 50% !important;
	}
	
	.table .tp1-desk--headline3 {
		font-size: 32px !important;
		line-height: 38px !important;
		font-weight: 700 !important;
		letter-spacing: -1px !important;
	}
	.table .tp1-desk--headline4 {
		font-size: 24px !important;
		line-height: 32px !important;
		font-weight: 500 !important;
	}
	.table .tp1-desk--headline5 {
		font-size: 18px !important;
		line-height: 18px !important;
		letter-spacing: 0 !important;
		font-weight: 700 !important;
	}
	.table .tp1-desk--display {
		font-size: 20px !important;
		line-height: 20px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
	}
	
	.promotional-block-img {
		position: absolute !important;
        bottom: 0 !important;
		max-width: 300px;
    }
	
	.section-contratar-img {
		position: absolute;
        bottom: 0;
        right: 5%;
        left: auto;
		max-width: 550px;
    }

    .list-3-cols--desk {
      	display: grid;
		grid-template-columns: 1.5fr 1.5fr 1fr; /* 3 colunas iguais */
		gap: 24px; /* Espaço entre os itens */
    }
	
	.carrossel--section-cards .swiper-wrapper { 
		justify-content: center;
	}
}