.estatisticasImage {
	height: fit-content;
	width: 100%;
	position: relative;
}

.box-total {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: rgba(246, 160, 165, 0.7);
}

.estatisticas {
	text-align: center;
	color: #fff;
	padding: 60px 0;
}

.titulo {
	font-size: 60px;
	text-transform: uppercase;
}

.numeros {
	margin: 20px 0;
}

	.numeros p:first-child {
		font-size: 60px;
		font-weight: 700;
		margin: 0;
	}

	.numeros p:last-child {
		text-transform: uppercase;
		margin: 0;
	}
@media (max-width: 992px) {
    .numeros p:first-child {
        font-size: 50px;
    }
}
@media (max-width:576px) {
    .estatisticas {
        padding: 30px 0;
    }

    .titulo {
        font-size: 45px;
    }

    .numeros p:first-child {
        font-size: 40px;
    }
}

@media (max-width:375px) {


    .titulo {
        font-size: 40px;
    }

    .numeros p:first-child {
        font-size: 30px;
    }
}