.titulo-estadistica.elementor-widget-text-editor {
    font-size: 36px;
    color: var(--azul-insuit);
    font-weight: bold;
}

.cuerpo-estadistica.elementor-widget-text-editor {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.estadisticas-producto .elementor-column:nth-of-type(2) .elementor-widget-wrap {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

@media(max-width: 767px) {
	.estadisticas-producto .elementor-column .elementor-widget-wrap {
		margin-left: 25px;
		margin-right: 25px;
	}

	.estadisticas-producto .elementor-column:nth-of-type(2) .elementor-widget-wrap {
	    border-top: 1px solid #eaeaea;
	    border-bottom: 1px solid #eaeaea;
	    border-left: none;
	    border-right: none;
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
}