table.nossos_numeros{
	float:left;
	text-align: center;
	line-height: normal;
	font-family: Libre Baskerville;
	padding: 0 20px;
	border-right: 1px solid #e1e1e1;
	display: blogk;
	overflow: hidden;
}
table.nossos_numeros:last-child{
	border-right: 0px;
}

table.nossos_numeros td{
	display: block;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

table.nossos_numeros tr:nth-child(1) td{
	font-size: 48px;
	color: var(--cor-principal);
	-webkit-line-clamp: 1;
	height: 60px;
}
table.nossos_numeros tr:nth-child(2) td{
	font-weight: 400;
	font-size: 22px;
	-webkit-line-clamp: 1;
	height: 30px;
}
table.nossos_numeros tr:nth-child(3) td{
	font-family: Montserrat;
	font-style: normal;
	line-height: 26px;
	color: #393939;
	font-size: 15px;
	-webkit-line-clamp: 3;
	height: 80px;
}

table.nossos_numeros.one-row{
	width: 100%;
}
table.nossos_numeros.two-row{
	width: 50%;
}
table.nossos_numeros.three-row{
	width: 33%;
}
table.nossos_numeros.four-row{
	width: 25%;
}